Class: Aws::IVSRealTime::Types::ListStorageConfigurationsResponse

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

#next_tokenString

If there are more storage configurations than maxResults, use nextToken in the request to get the next set.

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1219

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

#storage_configurationsArray<Types::StorageConfigurationSummary>

List of the matching storage configurations.



1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1219

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