Class: Aws::Types::DescribeContainerGroupPortMappingsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContainerGroupPortMappingsInput
- 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_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
721 722 723 |
# File 'sig/types.rbs', line 721 def compute_name @compute_name end |
#container_group_type ⇒ "GAME_SERVER", "PER_INSTANCE"
Returns the value of attribute container_group_type.
720 721 722 |
# File 'sig/types.rbs', line 720 def container_group_type @container_group_type end |
#container_name ⇒ ::String
Returns the value of attribute container_name.
723 724 725 |
# File 'sig/types.rbs', line 723 def container_name @container_name end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
719 720 721 |
# File 'sig/types.rbs', line 719 def fleet_id @fleet_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
722 723 724 |
# File 'sig/types.rbs', line 722 def instance_id @instance_id end |