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)


1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1676

class ListStorageConfigurationsRequest < Struct.new(
  :next_token,
  :max_results)
  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)


1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1676

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