Class: Aws::CostOptimizationHub::Types::AccountEnrollmentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::AccountEnrollmentStatus
- Defined in:
- gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb
Overview
Describes the enrollment status of an organization's member accounts in Cost Optimization Hub.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#created_timestamp ⇒ Time
The time when the account enrollment status was created.
-
#last_updated_timestamp ⇒ Time
The time when the account enrollment status was last updated.
-
#status ⇒ String
The account enrollment status.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 48 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :last_updated_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time when the account enrollment status was created.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 48 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :last_updated_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time when the account enrollment status was last updated.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 48 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :last_updated_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The account enrollment status.
48 49 50 51 52 53 54 55 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 48 class AccountEnrollmentStatus < Struct.new( :account_id, :status, :last_updated_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |