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.



2281
2282
2283
# File 'sig/types.rbs', line 2281

def access_log_configuration
  @access_log_configuration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def enabled
  @enabled
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



2280
2281
2282
# File 'sig/types.rbs', line 2280

def log_configuration
  @log_configuration
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def namespace
  @namespace
end

#services::Array[Types::ServiceConnectService]

Returns the value of attribute services.

Returns:



2279
2280
2281
# File 'sig/types.rbs', line 2279

def services
  @services
end