Class: Aws::Types::ListStorageLensConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListStorageLensConfigurationsRequest
- 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.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def account_id @account_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def next_token @next_token end |