Class: Aws::Types::ListStorageLensGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListStorageLensGroupsResult
- 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_group_list ⇒ ::Array[Types::ListStorageLensGroupEntry]
Returns the value of attribute storage_lens_group_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def next_token @next_token end |
#storage_lens_group_list ⇒ ::Array[Types::ListStorageLensGroupEntry]
Returns the value of attribute storage_lens_group_list.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def storage_lens_group_list @storage_lens_group_list end |