AWSEC2AssociateSubnetCidrBlockResult
Objective-C
@interface AWSEC2AssociateSubnetCidrBlockResult
Swift
class AWSEC2AssociateSubnetCidrBlockResult
-
Information about the IPv6 association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SubnetIpv6CidrBlockAssociation *_Nullable ipv6CidrBlockAssociation;
Swift
var ipv6CidrBlockAssociation: AWSEC2SubnetIpv6CidrBlockAssociation? { get set }
-
The ID of the subnet.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subnetId;
Swift
var subnetId: String? { get set }