Class: Aws::Types::ListCoverageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCoverageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#filter_criteria ⇒ Types::CoverageFilterCriteria
Returns the value of attribute filter_criteria.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def filter_criteria @filter_criteria end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def next_token @next_token end |