Class: Aws::DynamoDB::Types::DeleteTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteTableInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the input of a ‘DeleteTable` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_name ⇒ String
The name of the table to delete.
Instance Attribute Details
#table_name ⇒ String
The name of the table to delete. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2615 class DeleteTableInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |