Class: Aws::Types::AwsCodeBuildProjectLogsConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCodeBuildProjectLogsConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
Returns the value of attribute cloud_watch_logs.
-
#s3_logs ⇒ Types::AwsCodeBuildProjectLogsConfigS3LogsDetails
Returns the value of attribute s3_logs.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
Returns the value of attribute cloud_watch_logs.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def cloud_watch_logs @cloud_watch_logs end |
#s3_logs ⇒ Types::AwsCodeBuildProjectLogsConfigS3LogsDetails
Returns the value of attribute s3_logs.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def s3_logs @s3_logs end |