Class: Aws::Types::ServiceConnectConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_log_configurationTypes::ServiceConnectAccessLogConfiguration

Returns the value of attribute access_log_configuration.



2297
2298
2299
# File 'sig/types.rbs', line 2297

def access_log_configuration
  @access_log_configuration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def enabled
  @enabled
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



2296
2297
2298
# File 'sig/types.rbs', line 2296

def log_configuration
  @log_configuration
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def namespace
  @namespace
end

#services::Array[Types::ServiceConnectService]

Returns the value of attribute services.

Returns:



2295
2296
2297
# File 'sig/types.rbs', line 2295

def services
  @services
end