Class: Aws::EC2::Types::IpamDiscoveredAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamDiscoveredAccount
- Defined in:
- gems/aws-sdk-ec2/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.
44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44519 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.
44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44519 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.
44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44519 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.
44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44519 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.
44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44519 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.
44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44519 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 |