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.

Returns:

  • (String)


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

#typeString

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

Returns:

  • (String)


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