Class: Aws::KinesisVideo::Types::DescribeMediaStorageConfigurationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the channel.

Returns:

  • (String)


565
566
567
568
569
570
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 565

class DescribeMediaStorageConfigurationInput < Struct.new(
  :channel_name,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel.

Returns:

  • (String)


565
566
567
568
569
570
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 565

class DescribeMediaStorageConfigurationInput < Struct.new(
  :channel_name,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end