Class: Aws::DataZone::Types::UpdateProjectProfileInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of a project profile.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20969

class UpdateProjectProfileInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_identifier,
  :environment_configurations,
  :identifier,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_identifierString

The ID of the domain where a project profile is to be updated.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20969

class UpdateProjectProfileInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_identifier,
  :environment_configurations,
  :identifier,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_unit_identifierString

The ID of the domain unit where a project profile is to be updated.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20969

class UpdateProjectProfileInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_identifier,
  :environment_configurations,
  :identifier,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#environment_configurationsArray<Types::EnvironmentConfiguration>

The environment configurations of a project profile.



20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20969

class UpdateProjectProfileInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_identifier,
  :environment_configurations,
  :identifier,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#identifierString

The ID of a project profile that is to be updated.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20969

class UpdateProjectProfileInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_identifier,
  :environment_configurations,
  :identifier,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of a project profile.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20969

class UpdateProjectProfileInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_identifier,
  :environment_configurations,
  :identifier,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The status of a project profile.

Returns:

  • (String)


20969
20970
20971
20972
20973
20974
20975
20976
20977
20978
20979
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20969

class UpdateProjectProfileInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_identifier,
  :environment_configurations,
  :identifier,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end