Class: Aws::GameLift::Types::ValidateMatchmakingRuleSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ValidateMatchmakingRuleSetOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#valid ⇒ Boolean
A response indicating whether the rule set is valid.
Instance Attribute Details
#valid ⇒ Boolean
A response indicating whether the rule set is valid.
12403 12404 12405 12406 12407 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12403 class ValidateMatchmakingRuleSetOutput < Struct.new( :valid) SENSITIVE = [] include Aws::Structure end |