Class: Aws::Types::ListStorageProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListStorageProfilesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#storage_profiles ⇒ ::Array[Types::StorageProfileSummary]
Returns the value of attribute storage_profiles.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def next_token @next_token end |
#storage_profiles ⇒ ::Array[Types::StorageProfileSummary]
Returns the value of attribute storage_profiles.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def storage_profiles @storage_profiles end |