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.
12285 12286 12287 |
# File 'sig/types.rbs', line 12285 def action_connector_id @action_connector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
12284 12285 12286 |
# File 'sig/types.rbs', line 12284 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12286 12287 12288 |
# File 'sig/types.rbs', line 12286 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12288 12289 12290 |
# File 'sig/types.rbs', line 12288 def status @status end |
#update_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute update_status.
12287 12288 12289 |
# File 'sig/types.rbs', line 12287 def update_status @update_status end |