Class: Aws::Types::AttributeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name ⇒ ::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def attribute_name
  @attribute_name
end

#transformations ⇒ ::Hash[::String, ::String]

Returns the value of attribute transformations.

Returns:

  • (::Hash[::String, ::String])


26
27
28
# File 'sig/types.rbs', line 26

def transformations
  @transformations
end