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)


3530
3531
3532
3533
3534
# File 'lib/aws-sdk-gamelift/types.rb', line 3530

class DeploymentDetails < Struct.new(
  :latest_deployment_id)
  SENSITIVE = []
  include Aws::Structure
end