Class: Aws::Types::GetFindingsReportStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsReportStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
-
#report_id ⇒ ::String
Returns the value of attribute report_id.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#destination ⇒ Types::Destination
Returns the value of attribute destination.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def destination @destination end |
#error_code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute error_code.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def @error_message end |
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def filter_criteria @filter_criteria end |
#report_id ⇒ ::String
Returns the value of attribute report_id.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def report_id @report_id end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def status @status end |