Class: Aws::Types::DisassociateIamRoleFromResourceInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateIamRoleFromResourceInput
- 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.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#aws_integration ⇒ "KmsTde"
Returns the value of attribute aws_integration.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def aws_integration @aws_integration end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def iam_role_arn @iam_role_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def resource_arn @resource_arn end |