Class: Aws::IVS::Types::BatchStartViewerSessionRevocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchStartViewerSessionRevocationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#viewer_sessions ⇒ Array<Types::BatchStartViewerSessionRevocationViewerSession>
Array of viewer sessions, one per channel-ARN and viewer-ID pair.
Instance Attribute Details
#viewer_sessions ⇒ Array<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 |