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"SERVICE", ...

Returns the value of attribute key.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def key
  @key
end

#match_options::Array[("EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "GREATER_THAN_OR_EQUAL")]

Returns the value of attribute match_options.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def match_options
  @match_options
end

#values::Array[::String]

Returns the value of attribute values.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def values
  @values
end