Class: Aws::AutoScaling::Types::CancelInstanceRefreshAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::CancelInstanceRefreshAnswer
- 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.
821 822 823 824 825 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 821 class CancelInstanceRefreshAnswer < Struct.new( :instance_refresh_id) SENSITIVE = [] include Aws::Structure end |