Class: Aws::Types::ListCoverageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCoverageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#filter_criteria ⇒ Types::CoverageFilterCriteria
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.
-
#sort_criteria ⇒ Types::CoverageSortCriteria
Returns the value of attribute sort_criteria.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def detector_id @detector_id end |
#filter_criteria ⇒ Types::CoverageFilterCriteria
Returns the value of attribute filter_criteria.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def next_token @next_token end |
#sort_criteria ⇒ Types::CoverageSortCriteria
Returns the value of attribute sort_criteria.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def sort_criteria @sort_criteria end |