Class: Aws::IVS::Types::BatchStartViewerSessionRevocationRequest

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

#viewer_sessionsArray<Types::BatchStartViewerSessionRevocationViewerSession>

Array of viewer sessions, one per channel-ARN and viewer-ID pair.



173
174
175
176
177
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 173

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