Class: Aws::Types::ListStorageLensConfigurationsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListStorageLensConfigurationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#storage_lens_configuration_list ⇒ ::Array[Types::ListStorageLensConfigurationEntry]
Returns the value of attribute storage_lens_configuration_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def next_token @next_token end |
#storage_lens_configuration_list ⇒ ::Array[Types::ListStorageLensConfigurationEntry]
Returns the value of attribute storage_lens_configuration_list.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def storage_lens_configuration_list @storage_lens_configuration_list end |