Method: Aws::DynamoDB::Types::AttributeDefinition#attribute_name
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
#attribute_name ⇒ String
A name for the attribute.
67 68 69 70 71 72 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 67 class AttributeDefinition < Struct.new( :attribute_name, :attribute_type) SENSITIVE = [] include Aws::Structure end |