Class: Aws::Types::GetCisScanResultDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCisScanResultDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#filter_criteria ⇒ Types::CisScanResultDetailsFilterCriteria
Returns the value of attribute filter_criteria.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
-
#sort_by ⇒ "CHECK_ID", "STATUS"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
-
#target_resource_id ⇒ ::String
Returns the value of attribute target_resource_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def account_id @account_id end |
#filter_criteria ⇒ Types::CisScanResultDetailsFilterCriteria
Returns the value of attribute filter_criteria.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def next_token @next_token end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def scan_arn @scan_arn end |
#sort_by ⇒ "CHECK_ID", "STATUS"
Returns the value of attribute sort_by.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def sort_order @sort_order end |
#target_resource_id ⇒ ::String
Returns the value of attribute target_resource_id.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def target_resource_id @target_resource_id end |