Class: Aws::Types::GroupDefinition

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)


899
900
901
# File 'sig/types.rbs', line 899

def key
  @key
end

#type"DIMENSION", ...

Returns the value of attribute type.

Returns:

  • ("DIMENSION", "TAG", "COST_CATEGORY")


898
899
900
# File 'sig/types.rbs', line 898

def type
  @type
end