Class: Aws::Types::ListStorageLensConfigurationEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListStorageLensConfigurationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#storage_lens_arn ⇒ ::String
Returns the value of attribute storage_lens_arn.
Instance Attribute Details
#home_region ⇒ ::String
Returns the value of attribute home_region.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def home_region @home_region end |
#id ⇒ ::String
Returns the value of attribute id.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def id @id end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def is_enabled @is_enabled end |
#storage_lens_arn ⇒ ::String
Returns the value of attribute storage_lens_arn.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def storage_lens_arn @storage_lens_arn end |