Class: Aws::GameLift::Types::DeleteMatchmakingRuleSetInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 rule set to be deleted. (Note: The rule set name is different from the optional “name” field in the rule set body.) You can use either the rule set name or ARN value.

Returns:

  • (String)


2114
2115
2116
2117
2118
# File 'lib/aws-sdk-gamelift/types.rb', line 2114

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