Class: Aws::Types::ServiceConnectService
- Inherits:
-
Object
- Object
- Aws::Types::ServiceConnectService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_aliases ⇒ ::Array[Types::ServiceConnectClientAlias]
Returns the value of attribute client_aliases.
-
#discovery_name ⇒ ::String
Returns the value of attribute discovery_name.
-
#ingress_port_override ⇒ ::Integer
Returns the value of attribute ingress_port_override.
-
#port_name ⇒ ::String
Returns the value of attribute port_name.
-
#timeout ⇒ Types::TimeoutConfiguration
Returns the value of attribute timeout.
-
#tls ⇒ Types::ServiceConnectTlsConfiguration
Returns the value of attribute tls.
Instance Attribute Details
#client_aliases ⇒ ::Array[Types::ServiceConnectClientAlias]
Returns the value of attribute client_aliases.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def client_aliases @client_aliases end |
#discovery_name ⇒ ::String
Returns the value of attribute discovery_name.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def discovery_name @discovery_name end |
#ingress_port_override ⇒ ::Integer
Returns the value of attribute ingress_port_override.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def ingress_port_override @ingress_port_override end |
#port_name ⇒ ::String
Returns the value of attribute port_name.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def port_name @port_name end |
#timeout ⇒ Types::TimeoutConfiguration
Returns the value of attribute timeout.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def timeout @timeout end |
#tls ⇒ Types::ServiceConnectTlsConfiguration
Returns the value of attribute tls.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def tls @tls end |