Class: Aws::AutoScaling::Types::StartInstanceRefreshAnswer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_refresh_idString

A unique ID for tracking the progress of the instance refresh.

Returns:

  • (String)


6899
6900
6901
6902
6903
# File 'lib/aws-sdk-autoscaling/types.rb', line 6899

class StartInstanceRefreshAnswer < Struct.new(
  :instance_refresh_id)
  SENSITIVE = []
  include Aws::Structure
end