Class: Aws::DynamoDB::Types::DescribeKinesisStreamingDestinationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


2860
2861
2862
2863
2864
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2860

class DescribeKinesisStreamingDestinationInput < Struct.new(
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end