Class: Aws::AutoScaling::Types::RollbackInstanceRefreshAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::RollbackInstanceRefreshAnswer
- Defined in:
- gems/aws-sdk-autoscaling/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.
6889 6890 6891 6892 6893 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6889 class RollbackInstanceRefreshAnswer < Struct.new( :instance_refresh_id) SENSITIVE = [] include Aws::Structure end |