Class: Aws::Types::AttributeDefinition

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)


19
20
21
# File 'sig/types.rbs', line 19

def attribute_name
  @attribute_name
end

#attribute_type"S", ...

Returns the value of attribute attribute_type.

Returns:

  • ("S", "N", "B")


20
21
22
# File 'sig/types.rbs', line 20

def attribute_type
  @attribute_type
end