Class: Aws::GameLift::Types::DescribeContainerGroupDefinitionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeContainerGroupDefinitionInput
- 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 retrieve properties for.
-
#version_number ⇒ Integer
The specific version to retrieve.
Instance Attribute Details
#name ⇒ String
The unique identifier for the container group definition to retrieve
properties for. You can use either the Name or ARN value.
3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3771 class DescribeContainerGroupDefinitionInput < Struct.new( :name, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The specific version to retrieve.
3771 3772 3773 3774 3775 3776 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3771 class DescribeContainerGroupDefinitionInput < Struct.new( :name, :version_number) SENSITIVE = [] include Aws::Structure end |