AWSEC2LatestDhcpConfiguration

Objective-C

@interface AWSEC2LatestDhcpConfiguration

Swift

class AWSEC2LatestDhcpConfiguration
  • key

    Declaration

    Objective-C

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

    Swift

    var key: String? { get set }
  • Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable values;

    Swift

    var values: [String]? { get set }