Class: Aws::ComputeOptimizer::Types::GetEnrollmentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetEnrollmentStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated_timestamp ⇒ Time
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
-
#member_accounts_enrolled ⇒ Boolean
Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.
-
#number_of_member_accounts_opted_in ⇒ Integer
The count of organization member accounts that are opted in to the service, if your account is an organization management account.
-
#status ⇒ String
The enrollment status of the account.
-
#status_reason ⇒ String
The reason for the enrollment status of the account.
Instance Attribute Details
#last_updated_timestamp ⇒ Time
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3251 class GetEnrollmentStatusResponse < Struct.new( :status, :status_reason, :member_accounts_enrolled, :last_updated_timestamp, :number_of_member_accounts_opted_in) SENSITIVE = [] include Aws::Structure end |
#member_accounts_enrolled ⇒ Boolean
Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3251 class GetEnrollmentStatusResponse < Struct.new( :status, :status_reason, :member_accounts_enrolled, :last_updated_timestamp, :number_of_member_accounts_opted_in) SENSITIVE = [] include Aws::Structure end |
#number_of_member_accounts_opted_in ⇒ Integer
The count of organization member accounts that are opted in to the service, if your account is an organization management account.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3251 class GetEnrollmentStatusResponse < Struct.new( :status, :status_reason, :member_accounts_enrolled, :last_updated_timestamp, :number_of_member_accounts_opted_in) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The enrollment status of the account.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3251 class GetEnrollmentStatusResponse < Struct.new( :status, :status_reason, :member_accounts_enrolled, :last_updated_timestamp, :number_of_member_accounts_opted_in) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the enrollment status of the account.
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.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3251 class GetEnrollmentStatusResponse < Struct.new( :status, :status_reason, :member_accounts_enrolled, :last_updated_timestamp, :number_of_member_accounts_opted_in) SENSITIVE = [] include Aws::Structure end |