Class: Aws::Types::ServiceConnectConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceConnectConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_log_configuration ⇒ Types::ServiceConnectAccessLogConfiguration
Returns the value of attribute access_log_configuration.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#services ⇒ ::Array[Types::ServiceConnectService]
Returns the value of attribute services.
Instance Attribute Details
#access_log_configuration ⇒ Types::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 |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def enabled @enabled end |
#log_configuration ⇒ Types::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.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def namespace @namespace end |
#services ⇒ ::Array[Types::ServiceConnectService]
Returns the value of attribute services.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def services @services end |