AWSEC2DhcpConfiguration
Objective-C
@interface AWSEC2DhcpConfiguration
Swift
class AWSEC2DhcpConfiguration
Describes a DHCP configuration option.
-
The name of a DHCP option.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;
Swift
var key: String? { get set }
-
The values for the DHCP option.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AttributeValue *> *_Nullable values;
Swift
var values: [AWSEC2AttributeValue]? { get set }