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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/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)


7026
7027
7028
7029
7030
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7026

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