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
Note:
When making an API call, you may pass DescribeKinesisStreamingDestinationInput data as a hash:
{
table_name: "TableName", # required
}
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.
3118 3119 3120 3121 3122 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3118 class DescribeKinesisStreamingDestinationInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |