Class: Aws::Types::AssociateIamRoleToResourceInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateIamRoleToResourceInput
- 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.
54 55 56 |
# File 'sig/types.rbs', line 54 def aws_integration @aws_integration end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def iam_role_arn @iam_role_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
55 56 57 |
# File 'sig/types.rbs', line 55 def resource_arn @resource_arn end |