Class: Aws::Types::StorageLensTableDestination
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensTableDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption ⇒ Types::StorageLensDataExportEncryption
Returns the value of attribute encryption.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
Instance Attribute Details
#encryption ⇒ Types::StorageLensDataExportEncryption
Returns the value of attribute encryption.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def encryption @encryption end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def is_enabled @is_enabled end |