Class: Aws::Types::CreateConfigurationTemplateMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationTemplateMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
-
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
-
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
248 249 250 |
# File 'sig/types.rbs', line 248 def application_name @application_name end |
#description ⇒ ::String
Returns the value of attribute description.
254 255 256 |
# File 'sig/types.rbs', line 254 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def environment_id @environment_id end |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
255 256 257 |
# File 'sig/types.rbs', line 255 def option_settings @option_settings end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
251 252 253 |
# File 'sig/types.rbs', line 251 def platform_arn @platform_arn end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
250 251 252 |
# File 'sig/types.rbs', line 250 def solution_stack_name @solution_stack_name end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
252 253 254 |
# File 'sig/types.rbs', line 252 def source_configuration @source_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
256 257 258 |
# File 'sig/types.rbs', line 256 def @tags end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
249 250 251 |
# File 'sig/types.rbs', line 249 def template_name @template_name end |