Class: Aws::Types::UpdateStorageLensGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStorageLensGroupRequest
- 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.
-
#storage_lens_group ⇒ Types::StorageLensGroup
Returns the value of attribute storage_lens_group.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def name @name end |
#storage_lens_group ⇒ Types::StorageLensGroup
Returns the value of attribute storage_lens_group.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def storage_lens_group @storage_lens_group end |