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

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

#fleet_deploymentTypes::FleetDeployment

The requested deployment information.



3809
3810
3811
3812
3813
3814
# File 'lib/aws-sdk-gamelift/types.rb', line 3809

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:



3809
3810
3811
3812
3813
3814
# File 'lib/aws-sdk-gamelift/types.rb', line 3809

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