Class: Aws::Types::CreateEnvironmentOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
Returns the value of attribute environment_actions.
-
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
-
#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_id ⇒ ::String
Returns the value of attribute environment_profile_id.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_deployment ⇒ Types::Deployment
Returns the value of attribute last_deployment.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#provisioned_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute provisioned_resources.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def aws_account_id @aws_account_id end |
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def aws_account_region @aws_account_region end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def created_by @created_by end |
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def deployment_properties @deployment_properties end |
#description ⇒ ::String
Returns the value of attribute description.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def domain_id @domain_id end |
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
Returns the value of attribute environment_actions.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def environment_actions @environment_actions end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def environment_blueprint_id @environment_blueprint_id end |
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def environment_configuration_id @environment_configuration_id end |
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def environment_configuration_name @environment_configuration_name end |
#environment_profile_id ⇒ ::String
Returns the value of attribute environment_profile_id.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def environment_profile_id @environment_profile_id end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def id @id end |
#last_deployment ⇒ Types::Deployment
Returns the value of attribute last_deployment.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def last_deployment @last_deployment end |
#name ⇒ ::String
Returns the value of attribute name.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def project_id @project_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def provider @provider end |
#provisioned_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute provisioned_resources.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def provisioned_resources @provisioned_resources end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def provisioning_properties @provisioning_properties end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def updated_at @updated_at end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def user_parameters @user_parameters end |