Class: Aws::AutoScaling::Types::RollbackInstanceRefreshAnswer

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

The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.

Returns:

  • (String)


6499
6500
6501
6502
6503
# File 'lib/aws-sdk-autoscaling/types.rb', line 6499

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