Class: Aws::Types::CreateSbomExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#report_format"CYCLONEDX_1_4", "SPDX_2_3"

Returns the value of attribute report_format.

Returns:

  • ("CYCLONEDX_1_4", "SPDX_2_3")


1112
1113
1114
# File 'sig/types.rbs', line 1112

def report_format
  @report_format
end

#resource_filter_criteriaTypes::ResourceFilterCriteria

Returns the value of attribute resource_filter_criteria.



1111
1112
1113
# File 'sig/types.rbs', line 1111

def resource_filter_criteria
  @resource_filter_criteria
end

#s3_destinationTypes::Destination

Returns the value of attribute s3_destination.

Returns:



1113
1114
1115
# File 'sig/types.rbs', line 1113

def s3_destination
  @s3_destination
end