Class: Aws::IVS::Types::StreamKey

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

Overview

Object specifying a stream key.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Stream-key ARN.

Returns:

  • (String)


1641
1642
1643
1644
1645
1646
1647
1648
# File 'lib/aws-sdk-ivs/types.rb', line 1641

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

#channel_arnString

Channel ARN for the stream.

Returns:

  • (String)


1641
1642
1643
1644
1645
1646
1647
1648
# File 'lib/aws-sdk-ivs/types.rb', line 1641

class StreamKey < Struct.new(
  :arn,
  :channel_arn,
  :tags,
  :value)
  SENSITIVE = [:value]
  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.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:

  • (Hash<String,String>)


1641
1642
1643
1644
1645
1646
1647
1648
# File 'lib/aws-sdk-ivs/types.rb', line 1641

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

#valueString

Stream-key value.

Returns:

  • (String)


1641
1642
1643
1644
1645
1646
1647
1648
# File 'lib/aws-sdk-ivs/types.rb', line 1641

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