Class: Aws::Types::CreateActionConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateActionConnectorResponse
- 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.
-
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
-
#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.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def action_connector_id @action_connector_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def arn @arn end |
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute creation_status.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def creation_status @creation_status end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def status @status end |