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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/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:



1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1109

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)


1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1109

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