Class: Aws::ComputeOptimizerAutomation::Types::UpdateEnrollmentConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::UpdateEnrollmentConfigurationResponse
- 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 when the enrollment configuration was last updated.
-
#status ⇒ String
The updated enrollment status.
-
#status_reason ⇒ String
The reason for the updated enrollment status.
Instance Attribute Details
#last_updated_timestamp ⇒ Time
The timestamp when the enrollment configuration was last updated.
2544 2545 2546 2547 2548 2549 2550 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2544 class UpdateEnrollmentConfigurationResponse < Struct.new( :status, :status_reason, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The updated enrollment status.
2544 2545 2546 2547 2548 2549 2550 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2544 class UpdateEnrollmentConfigurationResponse < Struct.new( :status, :status_reason, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the updated enrollment status.
2544 2545 2546 2547 2548 2549 2550 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 2544 class UpdateEnrollmentConfigurationResponse < Struct.new( :status, :status_reason, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |