Class: Aws::EC2::Types::DescribeIpamResourceDiscoveryAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeIpamResourceDiscoveryAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_resource_discovery_associations ⇒ Array<Types::IpamResourceDiscoveryAssociation>
The resource discovery associations.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#ipam_resource_discovery_associations ⇒ Array<Types::IpamResourceDiscoveryAssociation>
The resource discovery associations.
23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-ec2/types.rb', line 23034 class DescribeIpamResourceDiscoveryAssociationsResult < Struct.new( :ipam_resource_discovery_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
23034 23035 23036 23037 23038 23039 |
# File 'lib/aws-sdk-ec2/types.rb', line 23034 class DescribeIpamResourceDiscoveryAssociationsResult < Struct.new( :ipam_resource_discovery_associations, :next_token) SENSITIVE = [] include Aws::Structure end |