Class: Aws::Types::AwsEncryptionKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsEncryptionKeyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_id_type ⇒ "database_ocid", ...
Returns the value of attribute external_id_type.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#external_id_type ⇒ "database_ocid", ...
Returns the value of attribute external_id_type.
405 406 407 |
# File 'sig/types.rbs', line 405 def external_id_type @external_id_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def iam_role_arn @iam_role_arn end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
406 407 408 |
# File 'sig/types.rbs', line 406 def kms_key_id @kms_key_id end |