Class: Aws::Types::PutStorageLensConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutStorageLensConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#config_id ⇒ ::String
Returns the value of attribute config_id.
-
#storage_lens_configuration ⇒ Types::StorageLensConfiguration
Returns the value of attribute storage_lens_configuration.
-
#tags ⇒ ::Array[Types::StorageLensTag]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def account_id @account_id end |
#config_id ⇒ ::String
Returns the value of attribute config_id.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def config_id @config_id end |
#storage_lens_configuration ⇒ Types::StorageLensConfiguration
Returns the value of attribute storage_lens_configuration.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def storage_lens_configuration @storage_lens_configuration end |
#tags ⇒ ::Array[Types::StorageLensTag]
Returns the value of attribute tags.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def end |