Class: Aws::Types::CreateMatchmakingRuleSetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def name
  @name
end

#rule_set_body::String

Returns the value of attribute rule_set_body.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def rule_set_body
  @rule_set_body
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def tags
  @tags
end