Class: Aws::Types::IamRole
- Inherits:
-
Object
- Object
- Aws::Types::IamRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_integration ⇒ "KmsTde"
Returns the value of attribute aws_integration.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#status ⇒ "ASSOCIATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#aws_integration ⇒ "KmsTde"
Returns the value of attribute aws_integration.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def aws_integration @aws_integration end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def iam_role_arn @iam_role_arn end |
#status ⇒ "ASSOCIATING", ...
Returns the value of attribute status.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def status_reason @status_reason end |