Class: Aws::Types::CreateEnvironmentConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentConnectorRequest
- 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.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#secret_identifier ⇒ ::String
Returns the value of attribute secret_identifier.
-
#type ⇒ "OPERATIONS_MANAGER", ...
Returns the value of attribute type.
Instance Attribute Details
#appliance_fqdn ⇒ ::String
Returns the value of attribute appliance_fqdn.
78 79 80 |
# File 'sig/types.rbs', line 78 def appliance_fqdn @appliance_fqdn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
75 76 77 |
# File 'sig/types.rbs', line 75 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def environment_id @environment_id end |
#secret_identifier ⇒ ::String
Returns the value of attribute secret_identifier.
79 80 81 |
# File 'sig/types.rbs', line 79 def secret_identifier @secret_identifier end |
#type ⇒ "OPERATIONS_MANAGER", ...
Returns the value of attribute type.
77 78 79 |
# File 'sig/types.rbs', line 77 def type @type end |