Class: Aws::Types::UpdateGameSessionQueueInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_event_data])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_event_data::String

Returns the value of attribute custom_event_data.

Returns:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def custom_event_data
  @custom_event_data
end

#destinations::Array[Types::GameSessionQueueDestination]

Returns the value of attribute destinations.



2405
2406
2407
# File 'sig/types.rbs', line 2405

def destinations
  @destinations
end

#filter_configurationTypes::FilterConfiguration

Returns the value of attribute filter_configuration.



2406
2407
2408
# File 'sig/types.rbs', line 2406

def filter_configuration
  @filter_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2402
2403
2404
# File 'sig/types.rbs', line 2402

def name
  @name
end

#notification_target::String

Returns the value of attribute notification_target.

Returns:

  • (::String)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def notification_target
  @notification_target
end

#player_latency_policies::Array[Types::PlayerLatencyPolicy]

Returns the value of attribute player_latency_policies.

Returns:



2404
2405
2406
# File 'sig/types.rbs', line 2404

def player_latency_policies
  @player_latency_policies
end

#priority_configurationTypes::PriorityConfiguration

Returns the value of attribute priority_configuration.



2407
2408
2409
# File 'sig/types.rbs', line 2407

def priority_configuration
  @priority_configuration
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


2403
2404
2405
# File 'sig/types.rbs', line 2403

def timeout_in_seconds
  @timeout_in_seconds
end