Class: Aws::Types::DeleteActionConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteActionConnectorResponse
- 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.
-
#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.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def action_connector_id @action_connector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
3752 3753 3754 |
# File 'sig/types.rbs', line 3752 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def status @status end |