Class: Aws::IVSRealTime::Types::ListStorageConfigurationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)


1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1201

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

#next_tokenString

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

Returns:

  • (String)


1201
1202
1203
1204
1205
1206
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1201

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