Class: Aws::Kinesis::Types::DeleteChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DeleteChannelInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel to delete.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel to delete.
658 659 660 661 662 |
# File 'lib/aws-sdk-kinesis/types.rb', line 658 class DeleteChannelInput < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |