AWSEC2DescribeIpamResourceDiscoveryAssociationsResult
Objective-C
@interface AWSEC2DescribeIpamResourceDiscoveryAssociationsResult
Swift
class AWSEC2DescribeIpamResourceDiscoveryAssociationsResult
-
The resource discovery associations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IpamResourceDiscoveryAssociation *> *_Nullable ipamResourceDiscoveryAssociations;
Swift
var ipamResourceDiscoveryAssociations: [AWSEC2IpamResourceDiscoveryAssociation]? { get set }
-
Specify the pagination token from a previous request to retrieve the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }