Class: Aws::Types::MatchmakingRuleSet
- Inherits:
-
Object
- Object
- Aws::Types::MatchmakingRuleSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#rule_set_arn ⇒ ::String
Returns the value of attribute rule_set_arn.
-
#rule_set_body ⇒ ::String
Returns the value of attribute rule_set_body.
-
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def creation_time @creation_time end |
#rule_set_arn ⇒ ::String
Returns the value of attribute rule_set_arn.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def rule_set_arn @rule_set_arn end |
#rule_set_body ⇒ ::String
Returns the value of attribute rule_set_body.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def rule_set_body @rule_set_body end |
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def rule_set_name @rule_set_name end |