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:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def port_name
  @port_name
end

#timeoutTypes::TimeoutConfiguration

Returns the value of attribute timeout.



2306
2307
2308
# File 'sig/types.rbs', line 2306

def timeout
  @timeout
end

#tlsTypes::ServiceConnectTlsConfiguration

Returns the value of attribute tls.



2307
2308
2309
# File 'sig/types.rbs', line 2307

def tls
  @tls
end