Class: Aws::EC2::Types::IpamDiscoveredAccount
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::IpamDiscoveredAccount
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The account ID.
 - 
  
    
      #discovery_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region that the account information is returned from.
 - 
  
    
      #failure_reason  ⇒ Types::IpamDiscoveryFailureReason 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource discovery failure reason.
 - 
  
    
      #last_attempted_discovery_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last attempted resource discovery time.
 - 
  
    
      #last_successful_discovery_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last successful resource discovery time.
 - 
  
    
      #organizational_unit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of an Organizational Unit in Amazon Web Services Organizations.
 
Instance Attribute Details
#account_id ⇒ String
The account ID.
      45643 45644 45645 45646 45647 45648 45649 45650 45651 45652  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45643 class IpamDiscoveredAccount < Struct.new( :account_id, :discovery_region, :failure_reason, :last_attempted_discovery_time, :last_successful_discovery_time, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#discovery_region ⇒ String
The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.
      45643 45644 45645 45646 45647 45648 45649 45650 45651 45652  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45643 class IpamDiscoveredAccount < Struct.new( :account_id, :discovery_region, :failure_reason, :last_attempted_discovery_time, :last_successful_discovery_time, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_reason ⇒ Types::IpamDiscoveryFailureReason
The resource discovery failure reason.
      45643 45644 45645 45646 45647 45648 45649 45650 45651 45652  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45643 class IpamDiscoveredAccount < Struct.new( :account_id, :discovery_region, :failure_reason, :last_attempted_discovery_time, :last_successful_discovery_time, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#last_attempted_discovery_time ⇒ Time
The last attempted resource discovery time.
      45643 45644 45645 45646 45647 45648 45649 45650 45651 45652  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45643 class IpamDiscoveredAccount < Struct.new( :account_id, :discovery_region, :failure_reason, :last_attempted_discovery_time, :last_successful_discovery_time, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#last_successful_discovery_time ⇒ Time
The last successful resource discovery time.
      45643 45644 45645 45646 45647 45648 45649 45650 45651 45652  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45643 class IpamDiscoveredAccount < Struct.new( :account_id, :discovery_region, :failure_reason, :last_attempted_discovery_time, :last_successful_discovery_time, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end  | 
  
#organizational_unit_id ⇒ String
The ID of an Organizational Unit in Amazon Web Services Organizations.
      45643 45644 45645 45646 45647 45648 45649 45650 45651 45652  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45643 class IpamDiscoveredAccount < Struct.new( :account_id, :discovery_region, :failure_reason, :last_attempted_discovery_time, :last_successful_discovery_time, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end  |