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.
3136 3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3136 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.
3136 3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3136 class DeleteContainerGroupDefinitionInput < Struct.new( :name, :version_number, :version_count_to_retain) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The specific version to delete.
3136 3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3136 class DeleteContainerGroupDefinitionInput < Struct.new( :name, :version_number, :version_count_to_retain) SENSITIVE = [] include Aws::Structure end |