Class: Aws::ComputeOptimizer::Types::GetEnrollmentStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timestampTime

The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

Returns:

  • (Time)


2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2955

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_enrolledBoolean

Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.

Returns:

  • (Boolean)


2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2955

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_inInteger

The count of organization member accounts that are opted in to the service, if your account is an organization management account.

Returns:

  • (Integer)


2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2955

class GetEnrollmentStatusResponse < Struct.new(
  :status,
  :status_reason,
  :member_accounts_enrolled,
  :last_updated_timestamp,
  :number_of_member_accounts_opted_in)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The enrollment status of the account.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2955

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_reasonString

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.

Returns:

  • (String)


2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2955

class GetEnrollmentStatusResponse < Struct.new(
  :status,
  :status_reason,
  :member_accounts_enrolled,
  :last_updated_timestamp,
  :number_of_member_accounts_opted_in)
  SENSITIVE = []
  include Aws::Structure
end