Class: Aws::IVS::Types::PutMetadataRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

ARN of the channel into which metadata is inserted. This channel must have an active stream.

Returns:

  • (String)


1669
1670
1671
1672
1673
1674
# File 'lib/aws-sdk-ivs/types.rb', line 1669

class PutMetadataRequest < Struct.new(
  :channel_arn,
  :metadata)
  SENSITIVE = [:metadata]
  include Aws::Structure
end

#metadataString

Metadata to insert into the stream. Maximum: 1 KB per request.

Returns:

  • (String)


1669
1670
1671
1672
1673
1674
# File 'lib/aws-sdk-ivs/types.rb', line 1669

class PutMetadataRequest < Struct.new(
  :channel_arn,
  :metadata)
  SENSITIVE = [:metadata]
  include Aws::Structure
end