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.



2199
2200
2201
2202
2203
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2199

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