Class: Aws::Kinesis::Types::DescribeChannelInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the channel to describe.

Returns:

  • (String)


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