Class: Aws::Types::UpdateActionConnectorPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateActionConnectorPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
12266 12267 12268 |
# File 'sig/types.rbs', line 12266 def action_connector_id @action_connector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
12265 12266 12267 |
# File 'sig/types.rbs', line 12265 def arn @arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
12269 12270 12271 |
# File 'sig/types.rbs', line 12269 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12267 12268 12269 |
# File 'sig/types.rbs', line 12267 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12268 12269 12270 |
# File 'sig/types.rbs', line 12268 def status @status end |