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.
-
#version_count_to_retain ⇒ Integer
The number of most recent versions to keep while deleting all older versions.
-
#version_number ⇒ Integer
The specific version 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.
3211 3212 3213 3214 3215 3216 3217 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3211 class DeleteContainerGroupDefinitionInput < Struct.new( :name, :version_number, :version_count_to_retain) SENSITIVE = [] include Aws::Structure end |
#version_count_to_retain ⇒ Integer
The number of most recent versions to keep while deleting all older versions.
3211 3212 3213 3214 3215 3216 3217 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3211 class DeleteContainerGroupDefinitionInput < Struct.new( :name, :version_number, :version_count_to_retain) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The specific version to delete.
3211 3212 3213 3214 3215 3216 3217 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3211 class DeleteContainerGroupDefinitionInput < Struct.new( :name, :version_number, :version_count_to_retain) SENSITIVE = [] include Aws::Structure end |