Class: Aws::Types::CreateQueryLoggingConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueryLoggingConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
255 256 257 |
# File 'sig/types.rbs', line 255 def cloud_watch_logs_log_group_arn @cloud_watch_logs_log_group_arn end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def hosted_zone_id @hosted_zone_id end |