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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2881
2882
2883
2884
2885
# File 'lib/aws-sdk-dynamodb/types.rb', line 2881

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