Class: Aws::DataZone::Types::UpdateEnvironmentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description, :environment_configuration_id]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The identifier of the Amazon Web Services account in which the environment is to be updated.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#aws_account_regionString

The Amazon Web Services Region in which the environment is updated.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#created_atTime

The timestamp of when the environment was created.

Returns:

  • (Time)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created the environment.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#deployment_propertiesTypes::DeploymentProperties

The deployment properties to be updated as part of the UpdateEnvironment action.



21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#descriptionString

The description to be updated as part of the UpdateEnvironment action.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#domain_idString

The identifier of the domain in which the environment is to be updated.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#environment_actionsArray<Types::ConfigurableEnvironmentAction>

The environment actions to be updated as part of the UpdateEnvironment action.



21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#environment_blueprint_idString

The blueprint identifier of the environment.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#environment_configuration_idString

The configuration ID of the environment.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#environment_profile_idString

The profile identifier of the environment.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#glossary_termsArray<String>

The glossary terms to be updated as part of the UpdateEnvironment action.

Returns:

  • (Array<String>)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#idString

The identifier of the environment that is to be updated.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#last_deploymentTypes::Deployment

The last deployment of the environment.

Returns:



21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#nameString

The name to be updated as part of the UpdateEnvironment action.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#project_idString

The project identifier of the environment.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#providerString

The provider identifier of the environment.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#provisioned_resourcesArray<Types::Resource>

The provisioned resources to be updated as part of the UpdateEnvironment action.

Returns:



21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#provisioning_propertiesTypes::ProvisioningProperties

The provisioning properties to be updated as part of the UpdateEnvironment action.



21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#statusString

The status to be updated as part of the UpdateEnvironment action.

Returns:

  • (String)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#updated_atTime

The timestamp of when the environment was updated.

Returns:

  • (Time)


21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end

#user_parametersArray<Types::CustomParameter>

The user parameters to be updated as part of the UpdateEnvironment action.

Returns:



21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
21478
21479
21480
21481
21482
21483
21484
21485
21486
21487
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21462

class UpdateEnvironmentOutput < Struct.new(
  :project_id,
  :id,
  :domain_id,
  :created_by,
  :created_at,
  :updated_at,
  :name,
  :description,
  :environment_profile_id,
  :aws_account_id,
  :aws_account_region,
  :provider,
  :provisioned_resources,
  :status,
  :environment_actions,
  :glossary_terms,
  :user_parameters,
  :last_deployment,
  :provisioning_properties,
  :deployment_properties,
  :environment_blueprint_id,
  :environment_configuration_id)
  SENSITIVE = [:name, :description, :environment_configuration_id]
  include Aws::Structure
end