Class: Aws::Types::CreateContainerFleetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerFleetInput
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fleet_role_arn ⇒ ::String
Returns the value of attribute fleet_role_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.
-
#locations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute locations.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#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_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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#billing_type ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute billing_type.
275 276 277 |
# File 'sig/types.rbs', line 275 def billing_type @billing_type end |
#description ⇒ ::String
Returns the value of attribute description.
268 269 270 |
# File 'sig/types.rbs', line 268 def description @description end |
#fleet_role_arn ⇒ ::String
Returns the value of attribute fleet_role_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def fleet_role_arn @fleet_role_arn end |
#game_server_container_group_definition_name ⇒ ::String
Returns the value of attribute game_server_container_group_definition_name.
269 270 271 |
# File 'sig/types.rbs', line 269 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.
273 274 275 |
# File 'sig/types.rbs', line 273 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.
279 280 281 |
# File 'sig/types.rbs', line 279 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.
271 272 273 |
# File 'sig/types.rbs', line 271 def instance_connection_port_range @instance_connection_port_range end |
#instance_inbound_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute instance_inbound_permissions.
272 273 274 |
# File 'sig/types.rbs', line 272 def @instance_inbound_permissions end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
274 275 276 |
# File 'sig/types.rbs', line 274 def instance_type @instance_type end |
#locations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute locations.
276 277 278 |
# File 'sig/types.rbs', line 276 def locations @locations end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
280 281 282 |
# File 'sig/types.rbs', line 280 def log_configuration @log_configuration end |
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
277 278 279 |
# File 'sig/types.rbs', line 277 def metric_groups @metric_groups end |
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
278 279 280 |
# File 'sig/types.rbs', line 278 def new_game_session_protection_policy @new_game_session_protection_policy end |
#per_instance_container_group_definition_name ⇒ ::String
Returns the value of attribute per_instance_container_group_definition_name.
270 271 272 |
# File 'sig/types.rbs', line 270 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.
282 283 284 |
# File 'sig/types.rbs', line 282 def player_gateway_mode @player_gateway_mode end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
281 282 283 |
# File 'sig/types.rbs', line 281 def @tags end |