Class: Aws::Types::ServiceConnectService

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_aliases::Array[Types::ServiceConnectClientAlias]

Returns the value of attribute client_aliases.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def port_name
  @port_name
end

#timeoutTypes::TimeoutConfiguration

Returns the value of attribute timeout.



2290
2291
2292
# File 'sig/types.rbs', line 2290

def timeout
  @timeout
end

#tlsTypes::ServiceConnectTlsConfiguration

Returns the value of attribute tls.



2291
2292
2293
# File 'sig/types.rbs', line 2291

def tls
  @tls
end