Class: Aws::Types::DescribeIAMPolicyAssignmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIAMPolicyAssignmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_policy_assignment ⇒ Types::IAMPolicyAssignment
Returns the value of attribute iam_policy_assignment.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#iam_policy_assignment ⇒ Types::IAMPolicyAssignment
Returns the value of attribute iam_policy_assignment.
4807 4808 4809 |
# File 'sig/types.rbs', line 4807 def iam_policy_assignment @iam_policy_assignment end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4808 4809 4810 |
# File 'sig/types.rbs', line 4808 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4809 4810 4811 |
# File 'sig/types.rbs', line 4809 def status @status end |