Class: Aws::Types::StopFleetActionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[("AUTO_SCALING")]

Returns the value of attribute actions.

Returns:

  • (::Array[("AUTO_SCALING")])


2103
2104
2105
# File 'sig/types.rbs', line 2103

def actions
  @actions
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def fleet_id
  @fleet_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def location
  @location
end