Class: Aws::GameLift::Types::DescribeFleetDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeFleetDeploymentInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
A unique identifier for the deployment to return information for.
-
#fleet_id ⇒ String
A unique identifier for the container fleet.
Instance Attribute Details
#deployment_id ⇒ String
A unique identifier for the deployment to return information for.
4080 4081 4082 4083 4084 4085 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4080 class DescribeFleetDeploymentInput < Struct.new( :fleet_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
A unique identifier for the container fleet. You can use either the fleet ID or ARN value.
4080 4081 4082 4083 4084 4085 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4080 class DescribeFleetDeploymentInput < Struct.new( :fleet_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |