Class: Aws::ComputeOptimizerAutomation::Types::GetEnrollmentConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timestampTime

The timestamp of the last update to the enrollment configuration.

Returns:

  • (Time)


1033
1034
1035
1036
1037
1038
1039
1040
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1033

class GetEnrollmentConfigurationResponse < Struct.new(
  :status,
  :status_reason,
  :organization_rule_mode,
  :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)


1033
1034
1035
1036
1037
1038
1039
1040
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1033

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

#statusString

The current enrollment status.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
1039
1040
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1033

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

#status_reasonString

The reason for the current enrollment status.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
1039
1040
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1033

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