Class: Aws::DynamoDB::Types::DescribeKinesisStreamingDestinationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeKinesisStreamingDestinationInput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_name ⇒ String
The name of the table being described.
Instance Attribute Details
#table_name ⇒ String
The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
2887 2888 2889 2890 2891 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2887 class DescribeKinesisStreamingDestinationInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |