Class: Aws::Types::CreateEnvironmentOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :environment_configuration_id, :environment_configuration_name])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def 
  @aws_account_id
end

#aws_account_region::String

Returns the value of attribute aws_account_region.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def 
  @aws_account_region
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def created_by
  @created_by
end

#deployment_propertiesTypes::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.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1214
1215
1216
# File 'sig/types.rbs', line 1214

def glossary_terms
  @glossary_terms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def id
  @id
end

#last_deploymentTypes::Deployment

Returns the value of attribute last_deployment.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def last_deployment
  @last_deployment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def name
  @name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def project_id
  @project_id
end

#provider::String

Returns the value of attribute provider.

Returns:

  • (::String)


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.

Returns:



1211
1212
1213
# File 'sig/types.rbs', line 1211

def provisioned_resources
  @provisioned_resources
end

#provisioning_propertiesTypes::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.

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "VALIDATION_FAILED", "SUSPENDED", "DISABLED", "EXPIRED", "DELETED", "INACCESSIBLE")


1212
1213
1214
# File 'sig/types.rbs', line 1212

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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.

Returns:



1215
1216
1217
# File 'sig/types.rbs', line 1215

def user_parameters
  @user_parameters
end