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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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.



21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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.



21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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>)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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:



21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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:



21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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.



21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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)


21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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:



21749
21750
21751
21752
21753
21754
21755
21756
21757
21758
21759
21760
21761
21762
21763
21764
21765
21766
21767
21768
21769
21770
21771
21772
21773
21774
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21749

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