Class: Aws::Types::AwsCodeBuildProjectLogsConfigDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::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_logsTypes::AwsCodeBuildProjectLogsConfigS3LogsDetails

Returns the value of attribute s3_logs.



1108
1109
1110
# File 'sig/types.rbs', line 1108

def s3_logs
  @s3_logs
end