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)


2037
2038
2039
2040
2041
2042
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2037

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

#storage_configurationsArray<Types::StorageConfigurationSummary>

List of the matching storage configurations.



2037
2038
2039
2040
2041
2042
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2037

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