Class: Aws::ComputeOptimizerAutomation::Types::GetEnrollmentConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::GetEnrollmentConfigurationResponse
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated_timestamp ⇒ Time
The timestamp of the last update to the enrollment configuration.
-
#organization_rule_mode ⇒ String
Specifies whether the management account can create Automation rules that implement optimization actions for this account.
-
#status ⇒ String
The current enrollment status.
-
#status_reason ⇒ String
The reason for the current enrollment status.
Instance Attribute Details
#last_updated_timestamp ⇒ Time
The timestamp of the last update to the enrollment configuration.
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_mode ⇒ String
Specifies whether the management account can create Automation rules that implement optimization actions for this account.
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 ⇒ String
The current enrollment status.
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_reason ⇒ String
The reason for the current enrollment status.
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 |