Class: Aws::AutoScaling::Types::StartInstanceRefreshAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::StartInstanceRefreshAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_refresh_id ⇒ String
A unique ID for tracking the progress of the instance refresh.
Instance Attribute Details
#instance_refresh_id ⇒ String
A unique ID for tracking the progress of the instance refresh.
7023 7024 7025 7026 7027 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7023 class StartInstanceRefreshAnswer < Struct.new( :instance_refresh_id) SENSITIVE = [] include Aws::Structure end |