Class: Aws::Types::DescribeApplicationStatusChecksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationStatusChecksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status_check_ids ⇒ ::Array[::String]
Returns the value of attribute application_status_check_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_all ⇒ Boolean
Returns the value of attribute include_all.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_status_check_ids ⇒ ::Array[::String]
Returns the value of attribute application_status_check_ids.
5327 5328 5329 |
# File 'sig/types.rbs', line 5327 def application_status_check_ids @application_status_check_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5332 5333 5334 |
# File 'sig/types.rbs', line 5332 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5328 5329 5330 |
# File 'sig/types.rbs', line 5328 def filters @filters end |
#include_all ⇒ Boolean
Returns the value of attribute include_all.
5331 5332 5333 |
# File 'sig/types.rbs', line 5331 def include_all @include_all end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5329 5330 5331 |
# File 'sig/types.rbs', line 5329 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5330 5331 5332 |
# File 'sig/types.rbs', line 5330 def next_token @next_token end |