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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



180
181
182
183
184
# File 'lib/aws-sdk-ivs/types.rb', line 180

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