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.
3300 3301 3302 3303 3304 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3300 class DeleteMatchmakingConfigurationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |