Class: Aws::IVS::Types::PutMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::PutMetadataRequest
- Defined in:
- gems/aws-sdk-ivs/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.
1137 1138 1139 1140 1141 1142 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1137 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.
1137 1138 1139 1140 1141 1142 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1137 class PutMetadataRequest < Struct.new( :channel_arn, :metadata) SENSITIVE = [:metadata] include Aws::Structure end |