Class: Aws::KinesisVideo::Types::DescribeMediaStorageConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::DescribeMediaStorageConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel.
-
#channel_name ⇒ String
The name of the channel.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel.
553 554 555 556 557 558 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 553 class DescribeMediaStorageConfigurationInput < Struct.new( :channel_name, :channel_arn) SENSITIVE = [] include Aws::Structure end |
#channel_name ⇒ String
The name of the channel.
553 554 555 556 557 558 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 553 class DescribeMediaStorageConfigurationInput < Struct.new( :channel_name, :channel_arn) SENSITIVE = [] include Aws::Structure end |