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.
3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3225 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.
3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3225 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.
3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3225 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.
3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3225 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.
3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3225 class GetEnrollmentStatusResponse < Struct.new( :status, :status_reason, :member_accounts_enrolled, :last_updated_timestamp, :number_of_member_accounts_opted_in) SENSITIVE = [] include Aws::Structure end |