Class: Aws::Types::CreateEnvironmentMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#cname_prefix ⇒ ::String
Returns the value of attribute cname_prefix.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#operations_role ⇒ ::String
Returns the value of attribute operations_role.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
261 262 263 |
# File 'sig/types.rbs', line 261 def application_name @application_name end |
#cname_prefix ⇒ ::String
Returns the value of attribute cname_prefix.
265 266 267 |
# File 'sig/types.rbs', line 265 def cname_prefix @cname_prefix end |
#description ⇒ ::String
Returns the value of attribute description.
264 265 266 |
# File 'sig/types.rbs', line 264 def description @description end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
262 263 264 |
# File 'sig/types.rbs', line 262 def environment_name @environment_name end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
263 264 265 |
# File 'sig/types.rbs', line 263 def group_name @group_name end |
#operations_role ⇒ ::String
Returns the value of attribute operations_role.
274 275 276 |
# File 'sig/types.rbs', line 274 def operations_role @operations_role end |
#option_settings ⇒ ::Array[Types::ConfigurationOptionSetting]
Returns the value of attribute option_settings.
272 273 274 |
# File 'sig/types.rbs', line 272 def option_settings @option_settings end |
#options_to_remove ⇒ ::Array[Types::OptionSpecification]
Returns the value of attribute options_to_remove.
273 274 275 |
# File 'sig/types.rbs', line 273 def @options_to_remove end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
271 272 273 |
# File 'sig/types.rbs', line 271 def platform_arn @platform_arn end |
#solution_stack_name ⇒ ::String
Returns the value of attribute solution_stack_name.
270 271 272 |
# File 'sig/types.rbs', line 270 def solution_stack_name @solution_stack_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
267 268 269 |
# File 'sig/types.rbs', line 267 def @tags end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
269 270 271 |
# File 'sig/types.rbs', line 269 def template_name @template_name end |
#tier ⇒ Types::EnvironmentTier
Returns the value of attribute tier.
266 267 268 |
# File 'sig/types.rbs', line 266 def tier @tier end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
268 269 270 |
# File 'sig/types.rbs', line 268 def version_label @version_label end |