Class: Aws::Types::StartFleetActionsInput

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")])


2047
2048
2049
# File 'sig/types.rbs', line 2047

def actions
  @actions
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def fleet_id
  @fleet_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def location
  @location
end