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)


923
924
925
926
927
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 923

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