Class: Aws::Types::UpdateCustomPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomPermissionsResponse
- 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.
12045 12046 12047 |
# File 'sig/types.rbs', line 12045 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12046 12047 12048 |
# File 'sig/types.rbs', line 12046 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12044 12045 12046 |
# File 'sig/types.rbs', line 12044 def status @status end |