class
Amazonite::Kinesis::UpdateChannelInput
- Amazonite::Kinesis::UpdateChannelInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/update_channel_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(channel_arn : String, s3_destination_configuration : S3DestinationUpdateInput | Nil = nil, s3_tables_destination_configuration : S3TablesDestinationUpdateInput | Nil = nil, logging_configuration : ChannelLoggingUpdateInput | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#channel_arn : String
The Amazon Resource Name (ARN) of the channel to update.
-
#channel_arn=(channel_arn : String)
The Amazon Resource Name (ARN) of the channel to update.
-
#hash(hasher)
See
Object#hash(hasher) -
#logging_configuration : ChannelLoggingUpdateInput | Nil
The updated Amazon CloudWatch Logs configuration for the channel.
-
#logging_configuration=(logging_configuration : ChannelLoggingUpdateInput | Nil)
The updated Amazon CloudWatch Logs configuration for the channel.
-
#s3_destination_configuration : S3DestinationUpdateInput | Nil
The updated configuration for a general purpose Amazon S3 destination.
-
#s3_destination_configuration=(s3_destination_configuration : S3DestinationUpdateInput | Nil)
The updated configuration for a general purpose Amazon S3 destination.
-
#s3_tables_destination_configuration : S3TablesDestinationUpdateInput | Nil
The updated configuration for a streaming table destination.
-
#s3_tables_destination_configuration=(s3_tables_destination_configuration : S3TablesDestinationUpdateInput | Nil)
The updated configuration for a streaming table destination.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The updated Amazon CloudWatch Logs configuration for the channel.
The updated Amazon CloudWatch Logs configuration for the channel.
The updated configuration for a general purpose Amazon S3 destination. Only
DataFreshnessInSeconds can be updated.
The updated configuration for a general purpose Amazon S3 destination. Only
DataFreshnessInSeconds can be updated.
The updated configuration for a streaming table destination. Only DataFreshnessInSeconds can
be updated.
The updated configuration for a streaming table destination. Only DataFreshnessInSeconds can
be updated.