Class: Aws::Types::AwsEncryptionKeyConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::AwsEncryptionKeyConfigurationInput
- 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.
412 413 414 |
# File 'sig/types.rbs', line 412 def external_id_type @external_id_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
411 412 413 |
# File 'sig/types.rbs', line 411 def iam_role_arn @iam_role_arn end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def kms_key_id @kms_key_id end |