Class: Aws::Types::GameSessionQueue

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)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def custom_event_data
  @custom_event_data
end

#destinations::Array[Types::GameSessionQueueDestination]

Returns the value of attribute destinations.



1360
1361
1362
# File 'sig/types.rbs', line 1360

def destinations
  @destinations
end

#filter_configurationTypes::FilterConfiguration

Returns the value of attribute filter_configuration.



1361
1362
1363
# File 'sig/types.rbs', line 1361

def filter_configuration
  @filter_configuration
end

#game_session_queue_arn::String

Returns the value of attribute game_session_queue_arn.

Returns:

  • (::String)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def game_session_queue_arn
  @game_session_queue_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def name
  @name
end

#notification_target::String

Returns the value of attribute notification_target.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def notification_target
  @notification_target
end

#player_latency_policies::Array[Types::PlayerLatencyPolicy]

Returns the value of attribute player_latency_policies.

Returns:



1359
1360
1361
# File 'sig/types.rbs', line 1359

def player_latency_policies
  @player_latency_policies
end

#priority_configurationTypes::PriorityConfiguration

Returns the value of attribute priority_configuration.



1362
1363
1364
# File 'sig/types.rbs', line 1362

def priority_configuration
  @priority_configuration
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def timeout_in_seconds
  @timeout_in_seconds
end