Class: Aws::Types::OkvEncryptionKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OkvEncryptionKeyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_directory_name ⇒ ::String
Returns the value of attribute certificate_directory_name.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
-
#okv_kms_key ⇒ ::String
Returns the value of attribute okv_kms_key.
-
#okv_uri ⇒ ::String
Returns the value of attribute okv_uri.
Instance Attribute Details
#certificate_directory_name ⇒ ::String
Returns the value of attribute certificate_directory_name.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def certificate_directory_name @certificate_directory_name end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def certificate_id @certificate_id end |
#directory_name ⇒ ::String
Returns the value of attribute directory_name.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def directory_name @directory_name end |
#okv_kms_key ⇒ ::String
Returns the value of attribute okv_kms_key.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def okv_kms_key @okv_kms_key end |
#okv_uri ⇒ ::String
Returns the value of attribute okv_uri.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def okv_uri @okv_uri end |