Class: Aws::EC2::Types::AssociateIpamResourceDiscoveryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateIpamResourceDiscoveryResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_resource_discovery_association ⇒ Types::IpamResourceDiscoveryAssociation
A resource discovery association.
Instance Attribute Details
#ipam_resource_discovery_association ⇒ Types::IpamResourceDiscoveryAssociation
A resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM.
2335 2336 2337 2338 2339 |
# File 'lib/aws-sdk-ec2/types.rb', line 2335 class AssociateIpamResourceDiscoveryResult < Struct.new( :ipam_resource_discovery_association) SENSITIVE = [] include Aws::Structure end |