Class: Aws::GameLift::Types::DescribeFleetDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeFleetDeploymentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_deployment ⇒ Types::FleetDeployment
The requested deployment information.
-
#locational_deployments ⇒ Hash<String,Types::LocationalDeployment>
If the deployment is for a multi-location fleet, the requests returns the deployment status in each fleet location.
Instance Attribute Details
#fleet_deployment ⇒ Types::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_deployments ⇒ Hash<String,Types::LocationalDeployment>
If the deployment is for a multi-location fleet, the requests returns the deployment status in each fleet location.
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 |