Class: Aws::Types::CreateConnectorV2Response
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_url ⇒ ::String
Returns the value of attribute auth_url.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
-
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
Instance Attribute Details
#auth_url ⇒ ::String
Returns the value of attribute auth_url.
5205 5206 5207 |
# File 'sig/types.rbs', line 5205 def auth_url @auth_url end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
5203 5204 5205 |
# File 'sig/types.rbs', line 5203 def connector_arn @connector_arn end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
5204 5205 5206 |
# File 'sig/types.rbs', line 5204 def connector_id @connector_id end |
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
5206 5207 5208 |
# File 'sig/types.rbs', line 5206 def connector_status @connector_status end |
#enablement_status ⇒ "ENABLED", ...
Returns the value of attribute enablement_status.
5207 5208 5209 |
# File 'sig/types.rbs', line 5207 def enablement_status @enablement_status end |