Class: Aws::Kinesis::Types::DescribeChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DescribeChannelInput
- Defined in:
- gems/aws-sdk-kinesis/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.
776 777 778 779 780 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 776 class DescribeChannelInput < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |