Class: Aws::Types::UpdateEnvironmentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_version ⇒ ::String
Returns the value of attribute blueprint_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#user_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#blueprint_version ⇒ ::String
Returns the value of attribute blueprint_version.
6575 6576 6577 |
# File 'sig/types.rbs', line 6575 def blueprint_version @blueprint_version end |
#description ⇒ ::String
Returns the value of attribute description.
6573 6574 6575 |
# File 'sig/types.rbs', line 6573 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6570 6571 6572 |
# File 'sig/types.rbs', line 6570 def domain_identifier @domain_identifier end |
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
6577 6578 6579 |
# File 'sig/types.rbs', line 6577 def environment_configuration_name @environment_configuration_name end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
6574 6575 6576 |
# File 'sig/types.rbs', line 6574 def glossary_terms @glossary_terms end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6571 6572 6573 |
# File 'sig/types.rbs', line 6571 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6572 6573 6574 |
# File 'sig/types.rbs', line 6572 def name @name end |
#user_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute user_parameters.
6576 6577 6578 |
# File 'sig/types.rbs', line 6576 def user_parameters @user_parameters end |