Class: Aws::EC2::Types::DescribeIpamResourceDiscoveryAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeIpamResourceDiscoveryAssociationsResult
- Defined in:
- gems/aws-sdk-ec2/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
The token to use to retrieve the next page of results.
Instance Attribute Details
#ipam_resource_discovery_associations ⇒ Array<Types::IpamResourceDiscoveryAssociation>
The resource discovery associations.
27155 27156 27157 27158 27159 27160 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27155 class DescribeIpamResourceDiscoveryAssociationsResult < Struct.new( :ipam_resource_discovery_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
27155 27156 27157 27158 27159 27160 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27155 class DescribeIpamResourceDiscoveryAssociationsResult < Struct.new( :ipam_resource_discovery_associations, :next_token) SENSITIVE = [] include Aws::Structure end |