Class: Aws::IVSRealTime::Types::ListStorageConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListStorageConfigurationsResponse
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more storage configurations than
maxResults, usenextTokenin the request to get the next set. -
#storage_configurations ⇒ Array<Types::StorageConfigurationSummary>
List of the matching storage configurations.
Instance Attribute Details
#next_token ⇒ String
If there are more storage configurations than maxResults, use
nextToken in the request to get the next set.
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_configurations ⇒ Array<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 |