Class: Aws::Types::GameProperty

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def key
  @key
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def value
  @value
end