AWSEC2DhcpOptions

Objective-C

@interface AWSEC2DhcpOptions

Swift

class AWSEC2DhcpOptions

The set of DHCP options.

  • The DHCP options in the set.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2DhcpConfiguration *> *_Nullable dhcpConfigurations;

    Swift

    var dhcpConfigurations: [AWSEC2DhcpConfiguration]? { get set }
  • The ID of the set of DHCP options.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dhcpOptionsId;

    Swift

    var dhcpOptionsId: String? { get set }
  • The ID of the Amazon Web Services account that owns the DHCP options set.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ownerId;

    Swift

    var ownerId: String? { get set }
  • Any tags assigned to the DHCP options set.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }