AWSEC2AssociateSubnetCidrBlockRequest

Objective-C

@interface AWSEC2AssociateSubnetCidrBlockRequest

Swift

class AWSEC2AssociateSubnetCidrBlockRequest
  • The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

    Declaration

    Objective-C

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

    Swift

    var ipv6CidrBlock: String? { get set }
  • The ID of your subnet.

    Declaration

    Objective-C

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

    Swift

    var subnetId: String? { get set }