Class: Aws::Types::DeleteIAMPolicyAssignmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIAMPolicyAssignmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#assignment_name ⇒ ::String
Returns the value of attribute assignment_name.
3963 3964 3965 |
# File 'sig/types.rbs', line 3963 def assignment_name @assignment_name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3964 3965 3966 |
# File 'sig/types.rbs', line 3964 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3965 3966 3967 |
# File 'sig/types.rbs', line 3965 def status @status end |