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.
5029 5030 5031 |
# File 'sig/types.rbs', line 5029 def iam_policy_assignment @iam_policy_assignment end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5030 5031 5032 |
# File 'sig/types.rbs', line 5030 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5031 5032 5033 |
# File 'sig/types.rbs', line 5031 def status @status end |