Class: Aws::Types::UpdateFleetAttributesInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFleetAttributesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anywhere_configuration ⇒ Types::AnywhereConfiguration
Returns the value of attribute anywhere_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
-
#resource_creation_limit_policy ⇒ Types::ResourceCreationLimitPolicy
Returns the value of attribute resource_creation_limit_policy.
Instance Attribute Details
#anywhere_configuration ⇒ Types::AnywhereConfiguration
Returns the value of attribute anywhere_configuration.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def anywhere_configuration @anywhere_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def description @description end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def fleet_id @fleet_id end |
#metric_groups ⇒ ::Array[::String]
Returns the value of attribute metric_groups.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def metric_groups @metric_groups end |
#name ⇒ ::String
Returns the value of attribute name.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def name @name end |
#new_game_session_protection_policy ⇒ "NoProtection", "FullProtection"
Returns the value of attribute new_game_session_protection_policy.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def new_game_session_protection_policy @new_game_session_protection_policy end |
#resource_creation_limit_policy ⇒ Types::ResourceCreationLimitPolicy
Returns the value of attribute resource_creation_limit_policy.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def resource_creation_limit_policy @resource_creation_limit_policy end |