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.
12071 12072 12073 12074 12075 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12071 class ValidateMatchmakingRuleSetOutput < Struct.new( :valid) SENSITIVE = [] include Aws::Structure end |