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)


7378
7379
7380
7381
7382
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7378

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