Module: Aws::GameLift::Client::_DescribeContainerGroupPortMappingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeContainerGroupPortMappingsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compute_name ⇒ ::String
- #container_group_definition_arn ⇒ ::String
- #container_group_port_mappings ⇒ ::Array[Types::ContainerGroupPortMapping]
- #container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
- #fleet_arn ⇒ ::String
- #fleet_id ⇒ ::String
- #instance_id ⇒ ::String
- #location ⇒ ::String
Instance Method Details
#compute_name ⇒ ::String
755 |
# File 'sig/client.rbs', line 755
def compute_name: () -> ::String
|
#container_group_definition_arn ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def container_group_definition_arn: () -> ::String
|
#container_group_port_mappings ⇒ ::Array[Types::ContainerGroupPortMapping]
757 |
# File 'sig/client.rbs', line 757
def container_group_port_mappings: () -> ::Array[Types::ContainerGroupPortMapping]
|
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
754 |
# File 'sig/client.rbs', line 754
def container_group_type: () -> ("GAME_SERVER" | "PER_INSTANCE")
|
#fleet_arn ⇒ ::String
751 |
# File 'sig/client.rbs', line 751
def fleet_arn: () -> ::String
|
#fleet_id ⇒ ::String
750 |
# File 'sig/client.rbs', line 750
def fleet_id: () -> ::String
|
#instance_id ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def instance_id: () -> ::String
|
#location ⇒ ::String
752 |
# File 'sig/client.rbs', line 752
def location: () -> ::String
|