Class: Aws::Types::DescribeConfigurationTemplatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationTemplatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_templates ⇒ ::Array[Types::ConfigurationTemplate]
Returns the value of attribute configuration_templates.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_templates ⇒ ::Array[Types::ConfigurationTemplate]
Returns the value of attribute configuration_templates.
517 518 519 |
# File 'sig/types.rbs', line 517 def configuration_templates @configuration_templates end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
518 519 520 |
# File 'sig/types.rbs', line 518 def next_token @next_token end |