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

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

Instance Attribute Details

#table_nameString

The name of the table being described.

Returns:

  • (String)


3113
3114
3115
3116
3117
# File 'lib/aws-sdk-dynamodb/types.rb', line 3113

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