Class: Aws::Types::CreateMatchmakingRuleSetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMatchmakingRuleSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_set_body ⇒ ::String
Returns the value of attribute rule_set_body.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
452 453 454 |
# File 'sig/types.rbs', line 452 def @tags end |