Class: Aws::KinesisVideo::Types::MappedResourceConfigurationListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::MappedResourceConfigurationListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
A structure that encapsulates, or contains, the media storage configuration properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
-
#type ⇒ String
The type of the associated resource for the kinesis video stream.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1316 class MappedResourceConfigurationListItem < Struct.new( :type, :arn) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the associated resource for the kinesis video stream.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1316 class MappedResourceConfigurationListItem < Struct.new( :type, :arn) SENSITIVE = [] include Aws::Structure end |