Class: Aws::GameLift::Types::StartFleetActionsInput

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 restart on the fleet.

Returns:

  • (Array<String>)


9471
9472
9473
9474
9475
9476
9477
# File 'lib/aws-sdk-gamelift/types.rb', line 9471

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

#fleet_idString

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

Returns:

  • (String)


9471
9472
9473
9474
9475
9476
9477
# File 'lib/aws-sdk-gamelift/types.rb', line 9471

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

#locationString

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

Returns:

  • (String)


9471
9472
9473
9474
9475
9476
9477
# File 'lib/aws-sdk-gamelift/types.rb', line 9471

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