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.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def client_aliases @client_aliases end |
#discovery_name ⇒ ::String
Returns the value of attribute discovery_name.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def discovery_name @discovery_name end |
#ingress_port_override ⇒ ::Integer
Returns the value of attribute ingress_port_override.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def ingress_port_override @ingress_port_override end |
#port_name ⇒ ::String
Returns the value of attribute port_name.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def port_name @port_name end |
#timeout ⇒ Types::TimeoutConfiguration
Returns the value of attribute timeout.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def timeout @timeout end |
#tls ⇒ Types::ServiceConnectTlsConfiguration
Returns the value of attribute tls.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def tls @tls end |