Class: Aws::Types::AwsDynamoDbTableAttributeDefinition

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)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def attribute_name
  @attribute_name
end

#attribute_type::String

Returns the value of attribute attribute_type.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def attribute_type
  @attribute_type
end