Class: Aws::DynamoDB::Types::KinesisDataStreamDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::KinesisDataStreamDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Describes a Kinesis data stream destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_status ⇒ String
The current status of replication.
-
#destination_status_description ⇒ String
The human-readable string that corresponds to the replica status.
-
#stream_arn ⇒ String
The ARN for a specific Kinesis data stream.
Instance Attribute Details
#destination_status ⇒ String
The current status of replication.
4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4826 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description) SENSITIVE = [] include Aws::Structure end |
#destination_status_description ⇒ String
The human-readable string that corresponds to the replica status.
4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4826 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN for a specific Kinesis data stream.
4826 4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4826 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description) SENSITIVE = [] include Aws::Structure end |