Class: Aws::Types::UpdateEnvironmentMessage
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentMessage
- 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.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
-
#options_to_remove ⇒ ::Array[Types::OptionSpecification]
Returns the value of attribute options_to_remove.
-
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
-
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#tier ⇒ Types::EnvironmentTier
Returns the value of attribute tier.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def application_name @application_name end |
#description ⇒ ::String
Returns the value of attribute description.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def environment_name @environment_name end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def group_name @group_name end |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def option_settings @option_settings end |
#options_to_remove ⇒ ::Array[Types::OptionSpecification]
Returns the value of attribute options_to_remove.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def platform_arn @platform_arn end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def solution_stack_name @solution_stack_name end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def template_name @template_name end |
#tier ⇒ Types::EnvironmentTier
Returns the value of attribute tier.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def tier @tier end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def version_label @version_label end |