Class: Aws::Types::DescribeMatchmakingConfigurationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


979
980
981
# File 'sig/types.rbs', line 979

def limit
  @limit
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


977
978
979
# File 'sig/types.rbs', line 977

def names
  @names
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def next_token
  @next_token
end

#rule_set_name::String

Returns the value of attribute rule_set_name.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def rule_set_name
  @rule_set_name
end