Class: Aws::Types::CreateSbomExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSbomExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#report_format ⇒ "CYCLONEDX_1_4", "SPDX_2_3"
Returns the value of attribute report_format.
-
#resource_filter_criteria ⇒ Types::ResourceFilterCriteria
Returns the value of attribute resource_filter_criteria.
-
#s3_destination ⇒ Types::Destination
Returns the value of attribute s3_destination.
Instance Attribute Details
#report_format ⇒ "CYCLONEDX_1_4", "SPDX_2_3"
Returns the value of attribute report_format.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def report_format @report_format end |
#resource_filter_criteria ⇒ Types::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_destination ⇒ Types::Destination
Returns the value of attribute s3_destination.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def s3_destination @s3_destination end |