Class: Aws::IVS::Types::CreateStreamKeyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

ARN of the channel for which to create the stream key.

Returns:

  • (String)


675
676
677
678
679
680
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 675

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

#tagsHash<String,String>

Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

Returns:

  • (Hash<String,String>)


675
676
677
678
679
680
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 675

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