Class: Aws::GameLift::Types::DeleteContainerGroupDefinitionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteContainerGroupDefinitionInput
- Defined in:
- gems/aws-sdk-gamelift/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.
3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3420 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.
3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3420 class DeleteContainerGroupDefinitionInput < Struct.new( :name, :version_number, :version_count_to_retain) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The specific version to delete.
3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3420 class DeleteContainerGroupDefinitionInput < Struct.new( :name, :version_number, :version_count_to_retain) SENSITIVE = [] include Aws::Structure end |