Class: Aws::IVS::Types::ListPlaybackKeyPairsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListPlaybackKeyPairsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_pairs ⇒ Array<Types::PlaybackKeyPairSummary>
List of key pairs.
-
#next_token ⇒ String
If there are more key pairs than ‘maxResults`, use `nextToken` in the request to get the next set.
Instance Attribute Details
#key_pairs ⇒ Array<Types::PlaybackKeyPairSummary>
List of key pairs.
1188 1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-ivs/types.rb', line 1188 class ListPlaybackKeyPairsResponse < Struct.new( :key_pairs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more key pairs than ‘maxResults`, use `nextToken` in the request to get the next set.
1188 1189 1190 1191 1192 1193 |
# File 'lib/aws-sdk-ivs/types.rb', line 1188 class ListPlaybackKeyPairsResponse < Struct.new( :key_pairs, :next_token) SENSITIVE = [] include Aws::Structure end |