Class: Aws::IVS::Types::GetStreamRequest

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

Channel ARN for stream to be accessed.

Returns:

  • (String)


1389
1390
1391
1392
1393
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1389

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