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.
5402 5403 5404 |
# File 'sig/types.rbs', line 5402 def application_status_check_ids @application_status_check_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5407 5408 5409 |
# File 'sig/types.rbs', line 5407 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5403 5404 5405 |
# File 'sig/types.rbs', line 5403 def filters @filters end |
#include_all ⇒ Boolean
Returns the value of attribute include_all.
5406 5407 5408 |
# File 'sig/types.rbs', line 5406 def include_all @include_all end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5404 5405 5406 |
# File 'sig/types.rbs', line 5404 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5405 5406 5407 |
# File 'sig/types.rbs', line 5405 def next_token @next_token end |