Class: Aws::GameLift::Types::ValidateMatchmakingRuleSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ValidateMatchmakingRuleSetInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_set_body ⇒ String
A collection of matchmaking rules to validate, formatted as a JSON string.
Instance Attribute Details
#rule_set_body ⇒ String
A collection of matchmaking rules to validate, formatted as a JSON string.
12656 12657 12658 12659 12660 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12656 class ValidateMatchmakingRuleSetInput < Struct.new( :rule_set_body) SENSITIVE = [] include Aws::Structure end |