Class: Aws::KinesisVideo::Types::MappedResourceConfigurationListItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.



1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1370

class MappedResourceConfigurationListItem < Struct.new(
  :type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the associated resource for the kinesis video stream.



1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1370

class MappedResourceConfigurationListItem < Struct.new(
  :type,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end