Class: Aws::Types::ListConfigurationCheckDefinitionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationCheckDefinitionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_checks ⇒ ::Array[Types::ConfigurationCheckDefinition]
Returns the value of attribute configuration_checks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_checks ⇒ ::Array[Types::ConfigurationCheckDefinition]
Returns the value of attribute configuration_checks.
307 308 309 |
# File 'sig/types.rbs', line 307 def configuration_checks @configuration_checks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
308 309 310 |
# File 'sig/types.rbs', line 308 def next_token @next_token end |