Class: Aws::AutoScaling::Types::RollbackInstanceRefreshAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::RollbackInstanceRefreshAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_refresh_id ⇒ String
The instance refresh ID associated with the request.
Instance Attribute Details
#instance_refresh_id ⇒ String
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
6902 6903 6904 6905 6906 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 6902 class RollbackInstanceRefreshAnswer < Struct.new( :instance_refresh_id) SENSITIVE = [] include Aws::Structure end |