Class: Aws::GameLift::Types::StopFleetActionsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

List of actions to suspend on the fleet.

Returns:

  • (Array<String>)


8357
8358
8359
8360
8361
8362
8363
# File 'lib/aws-sdk-gamelift/types.rb', line 8357

class StopFleetActionsInput < Struct.new(
  :fleet_id,
  :actions,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.

Returns:

  • (String)


8357
8358
8359
8360
8361
8362
8363
# File 'lib/aws-sdk-gamelift/types.rb', line 8357

class StopFleetActionsInput < Struct.new(
  :fleet_id,
  :actions,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as ‘us-west-2`.

Returns:

  • (String)


8357
8358
8359
8360
8361
8362
8363
# File 'lib/aws-sdk-gamelift/types.rb', line 8357

class StopFleetActionsInput < Struct.new(
  :fleet_id,
  :actions,
  :location)
  SENSITIVE = []
  include Aws::Structure
end