Class: Aws::IVS::Types::BatchGetStreamKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::BatchGetStreamKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arns ⇒ Array<String>
Array of ARNs, one per stream key.
Instance Attribute Details
#arns ⇒ Array<String>
Array of ARNs, one per stream key.
122 123 124 125 126 |
# File 'lib/aws-sdk-ivs/types.rb', line 122 class BatchGetStreamKeyRequest < Struct.new( :arns) SENSITIVE = [] include Aws::Structure end |