Class: Aws::ComputeOptimizer::Types::AccountEnrollmentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::AccountEnrollmentStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the enrollment status of an organization’s member accounts in Compute Optimizer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#last_updated_timestamp ⇒ Time
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
-
#status ⇒ String
The account enrollment status.
-
#status_reason ⇒ String
The reason for the account enrollment status.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID.
52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 52 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :status_reason, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 52 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :status_reason, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The account enrollment status.
52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 52 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :status_reason, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the account enrollment status.
For example, an account might show a status of ‘Pending` because member accounts of an organization require more time to be enrolled in the service.
52 53 54 55 56 57 58 59 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 52 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :status_reason, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |