Class: Aws::Types::CustomerManagedAwsSecretConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::CustomerManagedAwsSecretConfigurationInput
- 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.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
Instance Attribute Details
#external_id_type ⇒ "database_ocid", ...
Returns the value of attribute external_id_type.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def external_id_type @external_id_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def iam_role_arn @iam_role_arn end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def secret_id @secret_id end |