Class: Aws::Kinesis::Types::DescribeChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeChannelInput
- 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 describe.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel to describe.
775 776 777 778 779 |
# File 'lib/aws-sdk-kinesis/types.rb', line 775 class DescribeChannelInput < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |