Class: Aws::Types::CreateFindingsReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteriaTypes::FilterCriteria

Returns the value of attribute filter_criteria.



1082
1083
1084
# File 'sig/types.rbs', line 1082

def filter_criteria
  @filter_criteria
end

#report_format"CSV", "JSON"

Returns the value of attribute report_format.

Returns:

  • ("CSV", "JSON")


1083
1084
1085
# File 'sig/types.rbs', line 1083

def report_format
  @report_format
end

#s3_destinationTypes::Destination

Returns the value of attribute s3_destination.

Returns:



1084
1085
1086
# File 'sig/types.rbs', line 1084

def s3_destination
  @s3_destination
end