Class: Aws::GameLift::Types::DescribeFleetDeploymentOutput

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

#fleet_deploymentTypes::FleetDeployment

The requested deployment information.


3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3884

class DescribeFleetDeploymentOutput < Struct.new(
  :fleet_deployment,
  :locational_deployments)
  SENSITIVE = []
  include Aws::Structure
end

#locational_deploymentsHash<String,Types::LocationalDeployment>

If the deployment is for a multi-location fleet, the requests returns the deployment status in each fleet location.

Returns:


3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3884

class DescribeFleetDeploymentOutput < Struct.new(
  :fleet_deployment,
  :locational_deployments)
  SENSITIVE = []
  include Aws::Structure
end