Class: Aws::Types::UpdateFleetAttributesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anywhere_configurationTypes::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.

Returns:

  • (::String)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def description
  @description
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2316
2317
2318
# File 'sig/types.rbs', line 2316

def metric_groups
  @metric_groups
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • ("NoProtection", "FullProtection")


2314
2315
2316
# File 'sig/types.rbs', line 2314

def new_game_session_protection_policy
  @new_game_session_protection_policy
end

#resource_creation_limit_policyTypes::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