Class: Aws::Types::ListConfigurationCheckOperationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationCheckOperationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_check_operations ⇒ ::Array[Types::ConfigurationCheckOperation]
Returns the value of attribute configuration_check_operations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_check_operations ⇒ ::Array[Types::ConfigurationCheckOperation]
Returns the value of attribute configuration_check_operations.
322 323 324 |
# File 'sig/types.rbs', line 322 def configuration_check_operations @configuration_check_operations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
323 324 325 |
# File 'sig/types.rbs', line 323 def next_token @next_token end |