Class: Aws::Types::UpdateContainerFleetInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContainerFleetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_configuration ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#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_permission_authorizations ⇒ ::Array[Types::IpPermission]
Returns the value of attribute instance_inbound_permission_authorizations.
-
#instance_inbound_permission_revocations ⇒ ::Array[Types::IpPermission]
Returns the value of attribute instance_inbound_permission_revocations.
-
#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.
-
#remove_attributes ⇒ ::Array[("PER_INSTANCE_CONTAINER_GROUP_DEFINITION")]
Returns the value of attribute remove_attributes.
Instance Attribute Details
#deployment_configuration ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_configuration.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def deployment_configuration @deployment_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def description @description end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def fleet_id @fleet_id end |
#game_server_container_group_definition_name ⇒ ::String
Returns the value of attribute game_server_container_group_definition_name.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 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.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 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.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 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.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def instance_connection_port_range @instance_connection_port_range end |
#instance_inbound_permission_authorizations ⇒ ::Array[Types::IpPermission]
Returns the value of attribute instance_inbound_permission_authorizations.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def @instance_inbound_permission_authorizations end |
#instance_inbound_permission_revocations ⇒ ::Array[Types::IpPermission]
Returns the value of attribute instance_inbound_permission_revocations.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def @instance_inbound_permission_revocations end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def log_configuration @log_configuration end |
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def metric_groups @metric_groups end |
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 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.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def per_instance_container_group_definition_name @per_instance_container_group_definition_name end |
#remove_attributes ⇒ ::Array[("PER_INSTANCE_CONTAINER_GROUP_DEFINITION")]
Returns the value of attribute remove_attributes.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def remove_attributes @remove_attributes end |