Class: Aws::GameLift::Types::DeleteMatchmakingConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.

Returns:

  • (String)


2095
2096
2097
2098
2099
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2095

class DeleteMatchmakingConfigurationInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end