Class: Aws::IVS::Types::BatchGetStreamKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchGetStreamKeyResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#errors ⇒ Array<Types::BatchError>
129 130 131 132 133 134 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 129 class BatchGetStreamKeyResponse < Struct.new( :errors, :stream_keys) SENSITIVE = [] include Aws::Structure end |
#stream_keys ⇒ Array<Types::StreamKey>
129 130 131 132 133 134 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 129 class BatchGetStreamKeyResponse < Struct.new( :errors, :stream_keys) SENSITIVE = [] include Aws::Structure end |