Class: Aws::IVS::Types::ListPlaybackKeyPairsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairsArray<Types::PlaybackKeyPairSummary>

List of key pairs.

Returns:



1116
1117
1118
1119
1120
1121
# File 'lib/aws-sdk-ivs/types.rb', line 1116

class ListPlaybackKeyPairsResponse < Struct.new(
  :key_pairs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more key pairs than ‘maxResults`, use `nextToken` in the request to get the next set.

Returns:

  • (String)


1116
1117
1118
1119
1120
1121
# File 'lib/aws-sdk-ivs/types.rb', line 1116

class ListPlaybackKeyPairsResponse < Struct.new(
  :key_pairs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end