Class: Aws::Types::ListStorageLensGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListStorageLensGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def account_id @account_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def next_token @next_token end |