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.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def access_log_configuration @access_log_configuration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def enabled @enabled end |
#log_configuration ⇒ Types::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.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def namespace @namespace end |
#services ⇒ ::Array[Types::ServiceConnectService]
Returns the value of attribute services.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def services @services end |