Class: Aws::IVS::Types::PutMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::PutMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:metadata]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
ARN of the channel into which metadata is inserted.
-
#metadata ⇒ String
Metadata to insert into the stream.
Instance Attribute Details
#channel_arn ⇒ String
ARN of the channel into which metadata is inserted. This channel must have an active stream.
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 |
#metadata ⇒ String
Metadata to insert into the stream. Maximum: 1 KB per request.
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 |