Class: Aws::GameLift::Types::DeleteContainerGroupDefinitionInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The unique identifier for the container group definition to delete. You can use either the ‘Name` or `ARN` value.

Returns:

  • (String)


3082
3083
3084
3085
3086
# File 'lib/aws-sdk-gamelift/types.rb', line 3082

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