Class: Aws::Types::DescribeContainerGroupPortMappingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContainerGroupPortMappingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
-
#container_group_definition_arn ⇒ ::String
Returns the value of attribute container_group_definition_arn.
-
#container_group_port_mappings ⇒ ::Array[Types::ContainerGroupPortMapping]
Returns the value of attribute container_group_port_mappings.
-
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
733 734 735 |
# File 'sig/types.rbs', line 733 def compute_name @compute_name end |
#container_group_definition_arn ⇒ ::String
Returns the value of attribute container_group_definition_arn.
731 732 733 |
# File 'sig/types.rbs', line 731 def container_group_definition_arn @container_group_definition_arn end |
#container_group_port_mappings ⇒ ::Array[Types::ContainerGroupPortMapping]
Returns the value of attribute container_group_port_mappings.
735 736 737 |
# File 'sig/types.rbs', line 735 def container_group_port_mappings @container_group_port_mappings end |
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
732 733 734 |
# File 'sig/types.rbs', line 732 def container_group_type @container_group_type end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
729 730 731 |
# File 'sig/types.rbs', line 729 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
728 729 730 |
# File 'sig/types.rbs', line 728 def fleet_id @fleet_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
734 735 736 |
# File 'sig/types.rbs', line 734 def instance_id @instance_id end |
#location ⇒ ::String
Returns the value of attribute location.
730 731 732 |
# File 'sig/types.rbs', line 730 def location @location end |