Class: Aws::Types::CustomerManagedAwsSecretConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomerManagedAwsSecretConfiguration
- 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.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def external_id_type @external_id_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def iam_role_arn @iam_role_arn end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def secret_id @secret_id end |