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.
      2344 2345 2346 2347 2348  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2344 class AssociateIpamResourceDiscoveryResult < Struct.new( :ipam_resource_discovery_association) SENSITIVE = [] include Aws::Structure end  |