Class: Aws::Types::DashEncryption
- Inherits:
-
Object
- Object
- Aws::Types::DashEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_rotation_interval_seconds ⇒ ::Integer
Returns the value of attribute key_rotation_interval_seconds.
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
Instance Attribute Details
#key_rotation_interval_seconds ⇒ ::Integer
Returns the value of attribute key_rotation_interval_seconds.
179 180 181 |
# File 'sig/types.rbs', line 179 def key_rotation_interval_seconds @key_rotation_interval_seconds end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
180 181 182 |
# File 'sig/types.rbs', line 180 def speke_key_provider @speke_key_provider end |