AWSEC2Ipv6CidrAssociation
Objective-C
@interface AWSEC2Ipv6CidrAssociation
Swift
class AWSEC2Ipv6CidrAssociation
Describes an IPv6 CIDR block association.
-
The resource that’s associated with the IPv6 CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associatedResource;
Swift
var associatedResource: String? { get set }
-
The IPv6 CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv6Cidr;
Swift
var ipv6Cidr: String? { get set }