Class: Aws::IVS::Types::StreamKeySummary

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

Overview

Summary information about a stream key.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Stream-key ARN.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
# File 'lib/aws-sdk-ivs/types.rb', line 1573

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

#channel_arnString

Channel ARN for the stream.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
# File 'lib/aws-sdk-ivs/types.rb', line 1573

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

#tagsHash<String,String>

Array of 1-50 maps, each of the form `string:string (key:value)`.

Returns:

  • (Hash<String,String>)


1573
1574
1575
1576
1577
1578
1579
# File 'lib/aws-sdk-ivs/types.rb', line 1573

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