Class: Aws::Types::OciIamRole
- Inherits:
-
Object
- Object
- Aws::Types::OciIamRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_integration ⇒ "KmsTde", "SecretsManager"
Returns the value of attribute aws_integration.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#aws_integration ⇒ "KmsTde", "SecretsManager"
Returns the value of attribute aws_integration.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def aws_integration @aws_integration end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def iam_role_arn @iam_role_arn end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def status_reason @status_reason end |