Class: Aws::GameLift::Types::DeleteMatchmakingConfigurationInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLift::Types::DeleteMatchmakingConfigurationInput
 
- Defined in:
- gems/aws-sdk-gamelift/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.
| 3401 3402 3403 3404 3405 | # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3401 class DeleteMatchmakingConfigurationInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |