AWSEC2GetSubnetCidrReservationsResult
Objective-C
@interface AWSEC2GetSubnetCidrReservationsResult
Swift
class AWSEC2GetSubnetCidrReservationsResult
-
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
Information about the IPv4 subnet CIDR reservations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2SubnetCidrReservation *> *_Nullable subnetIpv4CidrReservations;
Swift
var subnetIpv4CidrReservations: [AWSEC2SubnetCidrReservation]? { get set }
-
Information about the IPv6 subnet CIDR reservations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2SubnetCidrReservation *> *_Nullable subnetIpv6CidrReservations;
Swift
var subnetIpv6CidrReservations: [AWSEC2SubnetCidrReservation]? { get set }