Class: Aws::Types::UpdateEnvironmentConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#appliance_fqdn ⇒ ::String
Returns the value of attribute appliance_fqdn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#secret_identifier ⇒ ::String
Returns the value of attribute secret_identifier.
Instance Attribute Details
#appliance_fqdn ⇒ ::String
Returns the value of attribute appliance_fqdn.
475 476 477 |
# File 'sig/types.rbs', line 475 def appliance_fqdn @appliance_fqdn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
472 473 474 |
# File 'sig/types.rbs', line 472 def client_token @client_token end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def connector_id @connector_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def environment_id @environment_id end |
#secret_identifier ⇒ ::String
Returns the value of attribute secret_identifier.
476 477 478 |
# File 'sig/types.rbs', line 476 def secret_identifier @secret_identifier end |