Class: Aws::Types::AwsAppSyncGraphQlApiLogConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAppSyncGraphQlApiLogConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
-
#exclude_verbose_content ⇒ Boolean
Returns the value of attribute exclude_verbose_content.
-
#field_log_level ⇒ ::String
Returns the value of attribute field_log_level.
Instance Attribute Details
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#exclude_verbose_content ⇒ Boolean
Returns the value of attribute exclude_verbose_content.
532 533 534 |
# File 'sig/types.rbs', line 532 def exclude_verbose_content @exclude_verbose_content end |
#field_log_level ⇒ ::String
Returns the value of attribute field_log_level.
533 534 535 |
# File 'sig/types.rbs', line 533 def field_log_level @field_log_level end |