Class: Aws::GameLift::Types::DescribeFleetDeploymentInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

A unique identifier for the deployment to return information for.

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4295

class DescribeFleetDeploymentInput < Struct.new(
  :fleet_id,
  :deployment_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

A unique identifier for the container fleet. You can use either the fleet ID or ARN value.

Returns:

  • (String)


4295
4296
4297
4298
4299
4300
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4295

class DescribeFleetDeploymentInput < Struct.new(
  :fleet_id,
  :deployment_id)
  SENSITIVE = []
  include Aws::Structure
end