Class: Aws::AutoScaling::Types::EnterStandbyAnswer

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

#activitiesArray<Types::Activity>

The activities related to moving instances into Standby mode.

Returns:



2862
2863
2864
2865
2866
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2862

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