Class: Aws::Types::CostCategoryValues

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def key
  @key
end

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

Returns the value of attribute match_options.

Returns:

  • (::Array[("EQUALS" | "ABSENT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "GREATER_THAN_OR_EQUAL" | "CASE_SENSITIVE" | "CASE_INSENSITIVE")])


116
117
118
# File 'sig/types.rbs', line 116

def match_options
  @match_options
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


115
116
117
# File 'sig/types.rbs', line 115

def values
  @values
end