Class: Aws::GameLift::Types::DeploymentDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#latest_deployment_idString

A unique identifier for a fleet deployment.

Returns:

  • (String)


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