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)


3148
3149
3150
3151
3152
# File 'lib/aws-sdk-gamelift/types.rb', line 3148

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