Class: Aws::GameLift::Types::DeleteContainerGroupDefinitionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteContainerGroupDefinitionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The unique identifier for the container group definition to delete.
Instance Attribute Details
#name ⇒ String
The unique identifier for the container group definition to delete. You can use either the ‘Name` or `ARN` value.
3148 3149 3150 3151 3152 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3148 class DeleteContainerGroupDefinitionInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |