Class: Aws::KinesisVideo::Types::UpdateMediaStorageConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UpdateMediaStorageConfigurationInput
- 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.
-
#media_storage_configuration ⇒ Types::MediaStorageConfiguration
A structure that encapsulates, or contains, the media storage configuration properties.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel.
2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2100 class UpdateMediaStorageConfigurationInput < Struct.new( :channel_arn, :media_storage_configuration) SENSITIVE = [] include Aws::Structure end |
#media_storage_configuration ⇒ Types::MediaStorageConfiguration
A structure that encapsulates, or contains, the media storage configuration properties.
2100 2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2100 class UpdateMediaStorageConfigurationInput < Struct.new( :channel_arn, :media_storage_configuration) SENSITIVE = [] include Aws::Structure end |