Class: Aws::Types::DimensionValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key"LINKED_ACCOUNT"

Returns the value of attribute key.

Returns:

  • ("LINKED_ACCOUNT")


201
202
203
# File 'sig/types.rbs', line 201

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


202
203
204
# File 'sig/types.rbs', line 202

def values
  @values
end