Class: Aws::IVS::Types::GetStreamKeyRequest

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

#arnString

ARN for the stream key to be retrieved.

Returns:

  • (String)


880
881
882
883
884
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 880

class GetStreamKeyRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end