Class: Aws::IVS::Types::ListPlaybackKeyPairsRequest

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

#max_resultsInteger

Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.

Returns:

  • (Integer)


1091
1092
1093
1094
1095
1096
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1091

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

#next_tokenString

The first key pair to retrieve. This is used for pagination; see the nextToken response field.

Returns:

  • (String)


1091
1092
1093
1094
1095
1096
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1091

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