Class: Aws::GameLift::Types::DeleteMatchmakingConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteMatchmakingConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A unique identifier for the matchmaking configuration.
Instance Attribute Details
#name ⇒ String
A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.
3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3294 class DeleteMatchmakingConfigurationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |