Class: Aws::EC2::Types::DescribeIpamResourceDiscoveryAssociationsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_resource_discovery_associationsArray<Types::IpamResourceDiscoveryAssociation>

The resource discovery associations.



27160
27161
27162
27163
27164
27165
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27160

class DescribeIpamResourceDiscoveryAssociationsResult < Struct.new(
  :ipam_resource_discovery_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


27160
27161
27162
27163
27164
27165
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27160

class DescribeIpamResourceDiscoveryAssociationsResult < Struct.new(
  :ipam_resource_discovery_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end