Class: Aws::ComputeOptimizer::Types::AccountEnrollmentStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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

Instance Attribute Details

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-computeoptimizer/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_timestampTime

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

Returns:

  • (Time)


52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-computeoptimizer/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

#statusString

The account enrollment status.

Returns:

  • (String)


52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-computeoptimizer/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_reasonString

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.

Returns:

  • (String)


52
53
54
55
56
57
58
59
# File 'gems/aws-sdk-computeoptimizer/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