Class: Aws::Types::DeleteStorageLensGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStorageLensGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
448 449 450 |
# File 'sig/types.rbs', line 448 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
447 448 449 |
# File 'sig/types.rbs', line 447 def name @name end |