Class: Aws::Types::UpdateActionConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateActionConnectorResponse
- 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.
-
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
Instance Attribute Details
#action_connector_id ⇒ ::String
Returns the value of attribute action_connector_id.
11895 11896 11897 |
# File 'sig/types.rbs', line 11895 def action_connector_id @action_connector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
11894 11895 11896 |
# File 'sig/types.rbs', line 11894 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
11896 11897 11898 |
# File 'sig/types.rbs', line 11896 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
11898 11899 11900 |
# File 'sig/types.rbs', line 11898 def status @status end |
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
11897 11898 11899 |
# File 'sig/types.rbs', line 11897 def update_status @update_status end |