Class: Aws::Types::GetSbomExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSbomExportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#filter_criteria ⇒ Types::ResourceFilterCriteria
Returns the value of attribute filter_criteria.
-
#format ⇒ "CYCLONEDX_1_4", "SPDX_2_3"
Returns the value of attribute format.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#s3_destination ⇒ Types::Destination
Returns the value of attribute s3_destination.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def @error_message end |
#filter_criteria ⇒ Types::ResourceFilterCriteria
Returns the value of attribute filter_criteria.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def filter_criteria @filter_criteria end |
#format ⇒ "CYCLONEDX_1_4", "SPDX_2_3"
Returns the value of attribute format.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def format @format end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def report_id @report_id end |
#s3_destination ⇒ Types::Destination
Returns the value of attribute s3_destination.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def s3_destination @s3_destination end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def status @status end |