Class: Aws::GameLift::Types::DeploymentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeploymentDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Information about the most recent deployment for the container fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#latest_deployment_id ⇒ String
A unique identifier for a fleet deployment.
Instance Attribute Details
#latest_deployment_id ⇒ String
A unique identifier for a fleet deployment.
3455 3456 3457 3458 3459 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3455 class DeploymentDetails < Struct.new( :latest_deployment_id) SENSITIVE = [] include Aws::Structure end |