Class: Aws::Types::ContainerFleet
- Inherits:
-
Object
- Object
- Aws::Types::ContainerFleet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_type ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute billing_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_details ⇒ Types::DeploymentDetails
Returns the value of attribute deployment_details.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#fleet_role_arn ⇒ ::String
Returns the value of attribute fleet_role_arn.
-
#game_server_container_group_definition_arn ⇒ ::String
Returns the value of attribute game_server_container_group_definition_arn.
-
#game_server_container_group_definition_name ⇒ ::String
Returns the value of attribute game_server_container_group_definition_name.
-
#game_server_container_groups_per_instance ⇒ ::Integer
Returns the value of attribute game_server_container_groups_per_instance.
-
#game_session_creation_limit_policy ⇒ Types::GameSessionCreationLimitPolicy
Returns the value of attribute game_session_creation_limit_policy.
-
#instance_connection_port_range ⇒ Types::ConnectionPortRange
Returns the value of attribute instance_connection_port_range.
-
#instance_inbound_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute instance_inbound_permissions.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#location_attributes ⇒ ::Array[Types::ContainerFleetLocationAttributes]
Returns the value of attribute location_attributes.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#maximum_game_server_container_groups_per_instance ⇒ ::Integer
Returns the value of attribute maximum_game_server_container_groups_per_instance.
-
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
-
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
-
#per_instance_container_group_definition_arn ⇒ ::String
Returns the value of attribute per_instance_container_group_definition_arn.
-
#per_instance_container_group_definition_name ⇒ ::String
Returns the value of attribute per_instance_container_group_definition_name.
-
#player_gateway_mode ⇒ "DISABLED", ...
Returns the value of attribute player_gateway_mode.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#billing_type ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute billing_type.
150 151 152 |
# File 'sig/types.rbs', line 150 def billing_type @billing_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
152 153 154 |
# File 'sig/types.rbs', line 152 def creation_time @creation_time end |
#deployment_details ⇒ Types::DeploymentDetails
Returns the value of attribute deployment_details.
157 158 159 |
# File 'sig/types.rbs', line 157 def deployment_details @deployment_details end |
#description ⇒ ::String
Returns the value of attribute description.
151 152 153 |
# File 'sig/types.rbs', line 151 def description @description end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def fleet_id @fleet_id end |
#fleet_role_arn ⇒ ::String
Returns the value of attribute fleet_role_arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def fleet_role_arn @fleet_role_arn end |
#game_server_container_group_definition_arn ⇒ ::String
Returns the value of attribute game_server_container_group_definition_arn.
142 143 144 |
# File 'sig/types.rbs', line 142 def game_server_container_group_definition_arn @game_server_container_group_definition_arn end |
#game_server_container_group_definition_name ⇒ ::String
Returns the value of attribute game_server_container_group_definition_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def game_server_container_group_definition_name @game_server_container_group_definition_name end |
#game_server_container_groups_per_instance ⇒ ::Integer
Returns the value of attribute game_server_container_groups_per_instance.
147 148 149 |
# File 'sig/types.rbs', line 147 def game_server_container_groups_per_instance @game_server_container_groups_per_instance end |
#game_session_creation_limit_policy ⇒ Types::GameSessionCreationLimitPolicy
Returns the value of attribute game_session_creation_limit_policy.
155 156 157 |
# File 'sig/types.rbs', line 155 def game_session_creation_limit_policy @game_session_creation_limit_policy end |
#instance_connection_port_range ⇒ Types::ConnectionPortRange
Returns the value of attribute instance_connection_port_range.
145 146 147 |
# File 'sig/types.rbs', line 145 def instance_connection_port_range @instance_connection_port_range end |
#instance_inbound_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute instance_inbound_permissions.
146 147 148 |
# File 'sig/types.rbs', line 146 def @instance_inbound_permissions end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
149 150 151 |
# File 'sig/types.rbs', line 149 def instance_type @instance_type end |
#location_attributes ⇒ ::Array[Types::ContainerFleetLocationAttributes]
Returns the value of attribute location_attributes.
159 160 161 |
# File 'sig/types.rbs', line 159 def location_attributes @location_attributes end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
158 159 160 |
# File 'sig/types.rbs', line 158 def log_configuration @log_configuration end |
#maximum_game_server_container_groups_per_instance ⇒ ::Integer
Returns the value of attribute maximum_game_server_container_groups_per_instance.
148 149 150 |
# File 'sig/types.rbs', line 148 def maximum_game_server_container_groups_per_instance @maximum_game_server_container_groups_per_instance end |
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
153 154 155 |
# File 'sig/types.rbs', line 153 def metric_groups @metric_groups end |
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
154 155 156 |
# File 'sig/types.rbs', line 154 def new_game_session_protection_policy @new_game_session_protection_policy end |
#per_instance_container_group_definition_arn ⇒ ::String
Returns the value of attribute per_instance_container_group_definition_arn.
144 145 146 |
# File 'sig/types.rbs', line 144 def per_instance_container_group_definition_arn @per_instance_container_group_definition_arn end |
#per_instance_container_group_definition_name ⇒ ::String
Returns the value of attribute per_instance_container_group_definition_name.
143 144 145 |
# File 'sig/types.rbs', line 143 def per_instance_container_group_definition_name @per_instance_container_group_definition_name end |
#player_gateway_mode ⇒ "DISABLED", ...
Returns the value of attribute player_gateway_mode.
160 161 162 |
# File 'sig/types.rbs', line 160 def player_gateway_mode @player_gateway_mode end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
156 157 158 |
# File 'sig/types.rbs', line 156 def status @status end |