Class: Aws::Types::CreateStorageLensGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStorageLensGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#storage_lens_group ⇒ Types::StorageLensGroup
Returns the value of attribute storage_lens_group.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def account_id @account_id end |
#storage_lens_group ⇒ Types::StorageLensGroup
Returns the value of attribute storage_lens_group.
295 296 297 |
# File 'sig/types.rbs', line 295 def storage_lens_group @storage_lens_group end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
296 297 298 |
# File 'sig/types.rbs', line 296 def end |