Class: Aws::Types::ListInstanceStorageConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceStorageConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#storage_configs ⇒ ::Array[Types::InstanceStorageConfig]
Returns the value of attribute storage_configs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5287 5288 5289 |
# File 'sig/types.rbs', line 5287 def next_token @next_token end |
#storage_configs ⇒ ::Array[Types::InstanceStorageConfig]
Returns the value of attribute storage_configs.
5286 5287 5288 |
# File 'sig/types.rbs', line 5286 def storage_configs @storage_configs end |