Class: Aws::GameLift::Types::ValidateMatchmakingRuleSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ValidateMatchmakingRuleSetInput
- Includes:
- Structure
- Defined in:
- 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.
12059 12060 12061 12062 12063 |
# File 'lib/aws-sdk-gamelift/types.rb', line 12059 class ValidateMatchmakingRuleSetInput < Struct.new( :rule_set_body) SENSITIVE = [] include Aws::Structure end |