class
Amazonite::DynamoDB::KinesisStreamingDestinationOutput
- Amazonite::DynamoDB::KinesisStreamingDestinationOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/kinesis_streaming_destination_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String | Nil = nil, stream_arn : String | Nil = nil, destination_status : DestinationStatus | Nil = nil, enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination_status : DestinationStatus | Nil
The current status of the replication.
-
#destination_status=(destination_status : DestinationStatus | Nil)
The current status of the replication.
-
#enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil
The destination for the Kinesis streaming information that is being enabled.
-
#enable_kinesis_streaming_configuration=(enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil)
The destination for the Kinesis streaming information that is being enabled.
-
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String | Nil
The ARN for the specific Kinesis data stream.
-
#stream_arn=(stream_arn : String | Nil)
The ARN for the specific Kinesis data stream.
-
#table_name : String | Nil
The name of the table being modified.
-
#table_name=(table_name : String | Nil)
The name of the table being modified.
- #validate! : Nil
Constructor Detail
def self.new(table_name : String | Nil = nil, stream_arn : String | Nil = nil, destination_status : DestinationStatus | Nil = nil, enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def destination_status=(destination_status : DestinationStatus | Nil)
#
The current status of the replication.
def enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil
#
The destination for the Kinesis streaming information that is being enabled.
def enable_kinesis_streaming_configuration=(enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil)
#
The destination for the Kinesis streaming information that is being enabled.