Class: Aws::EC2::Types::AssociateIpamResourceDiscoveryResult

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_associationTypes::IpamResourceDiscoveryAssociation

A resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM.



2207
2208
2209
2210
2211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2207

class AssociateIpamResourceDiscoveryResult < Struct.new(
  :ipam_resource_discovery_association)
  SENSITIVE = []
  include Aws::Structure
end