Class: Aws::Types::CreateGameSessionQueueInput

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)


403
404
405
# File 'sig/types.rbs', line 403

def custom_event_data
  @custom_event_data
end

#destinations::Array[Types::GameSessionQueueDestination]

Returns the value of attribute destinations.



400
401
402
# File 'sig/types.rbs', line 400

def destinations
  @destinations
end

#filter_configurationTypes::FilterConfiguration

Returns the value of attribute filter_configuration.



401
402
403
# File 'sig/types.rbs', line 401

def filter_configuration
  @filter_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def name
  @name
end

#notification_target::String

Returns the value of attribute notification_target.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def notification_target
  @notification_target
end

#player_latency_policies::Array[Types::PlayerLatencyPolicy]

Returns the value of attribute player_latency_policies.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def player_latency_policies
  @player_latency_policies
end

#priority_configurationTypes::PriorityConfiguration

Returns the value of attribute priority_configuration.



402
403
404
# File 'sig/types.rbs', line 402

def priority_configuration
  @priority_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



405
406
407
# File 'sig/types.rbs', line 405

def tags
  @tags
end

#timeout_in_seconds::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


398
399
400
# File 'sig/types.rbs', line 398

def timeout_in_seconds
  @timeout_in_seconds
end