Class: Aws::Types::ListConfigurationCheckOperationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationCheckOperationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#list_mode ⇒ "ALL_OPERATIONS", "LATEST_PER_CHECK"
Returns the value of attribute list_mode.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
313 314 315 |
# File 'sig/types.rbs', line 313 def application_id @application_id end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
317 318 319 |
# File 'sig/types.rbs', line 317 def filters @filters end |
#list_mode ⇒ "ALL_OPERATIONS", "LATEST_PER_CHECK"
Returns the value of attribute list_mode.
314 315 316 |
# File 'sig/types.rbs', line 314 def list_mode @list_mode end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
315 316 317 |
# File 'sig/types.rbs', line 315 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
316 317 318 |
# File 'sig/types.rbs', line 316 def next_token @next_token end |