Class: Aws::Types::CreateEnvironmentInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_order ⇒ ::Integer
Returns the value of attribute deployment_order.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_account_identifier ⇒ ::String
Returns the value of attribute environment_account_identifier.
-
#environment_account_region ⇒ ::String
Returns the value of attribute environment_account_region.
-
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
-
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
-
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
-
#environment_profile_identifier ⇒ ::String
Returns the value of attribute environment_profile_identifier.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
-
#user_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#deployment_order ⇒ ::Integer
Returns the value of attribute deployment_order.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def deployment_order @deployment_order end |
#description ⇒ ::String
Returns the value of attribute description.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def domain_identifier @domain_identifier end |
#environment_account_identifier ⇒ ::String
Returns the value of attribute environment_account_identifier.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def environment_account_identifier @environment_account_identifier end |
#environment_account_region ⇒ ::String
Returns the value of attribute environment_account_region.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def environment_account_region @environment_account_region end |
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def environment_blueprint_identifier @environment_blueprint_identifier end |
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def environment_configuration_id @environment_configuration_id end |
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def environment_configuration_name @environment_configuration_name end |
#environment_profile_identifier ⇒ ::String
Returns the value of attribute environment_profile_identifier.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def environment_profile_identifier @environment_profile_identifier end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def glossary_terms @glossary_terms end |
#name ⇒ ::String
Returns the value of attribute name.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def name @name end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def project_identifier @project_identifier end |
#user_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute user_parameters.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def user_parameters @user_parameters end |