Class: Aws::ComputeOptimizerAutomation::Types::AccountInfo

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

Overview

Contains information about an Amazon Web Services account's enrollment and association status with Compute Optimizer Automation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account.

Returns:

  • (String)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 54

class AccountInfo < Struct.new(
  :account_id,
  :status,
  :organization_rule_mode,
  :status_reason,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

The timestamp when the account's Automation enrollment status was last updated.

Returns:

  • (Time)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 54

class AccountInfo < Struct.new(
  :account_id,
  :status,
  :organization_rule_mode,
  :status_reason,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#organization_rule_modeString

Specifies whether the management account can create Automation rules that implement optimization actions for this account.

Returns:

  • (String)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 54

class AccountInfo < Struct.new(
  :account_id,
  :status,
  :organization_rule_mode,
  :status_reason,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The enrollment status of the account: Active, Inactive, Pending, or Failed.

Returns:

  • (String)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 54

class AccountInfo < Struct.new(
  :account_id,
  :status,
  :organization_rule_mode,
  :status_reason,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the current Automation enrollment status.

Returns:

  • (String)


54
55
56
57
58
59
60
61
62
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 54

class AccountInfo < Struct.new(
  :account_id,
  :status,
  :organization_rule_mode,
  :status_reason,
  :last_updated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end