AWSEC2LatestDhcpConfiguration

Objective-C

@interface AWSEC2LatestDhcpConfiguration

Swift

class AWSEC2LatestDhcpConfiguration

Describes a DHCP configuration option.

  • key

    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<NSString *> *_Nullable values;

    Swift

    var values: [String]? { get set }