Class: Aws::IVS::Types::ListStreamKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListStreamKeysResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more stream keys than
maxResults
, usenextToken
in the request to get the next set. -
#stream_keys ⇒ Array<Types::StreamKeySummary>
List of stream keys.
Instance Attribute Details
#next_token ⇒ String
If there are more stream keys than maxResults
, use nextToken
in
the request to get the next set.
1302 1303 1304 1305 1306 1307 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1302 class ListStreamKeysResponse < Struct.new( :next_token, :stream_keys) SENSITIVE = [] include Aws::Structure end |
#stream_keys ⇒ Array<Types::StreamKeySummary>
List of stream keys.
1302 1303 1304 1305 1306 1307 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1302 class ListStreamKeysResponse < Struct.new( :next_token, :stream_keys) SENSITIVE = [] include Aws::Structure end |