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

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

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

Returns:

  • (String)


6554
6555
6556
6557
6558
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 6554

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