Class: Aws::Types::DeleteCustomPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3966 3967 3968 |
# File 'sig/types.rbs', line 3966 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3967 3968 3969 |
# File 'sig/types.rbs', line 3967 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 |