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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
# File 'lib/aws-sdk-datazone/types.rb', line 19597

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)


19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
# File 'lib/aws-sdk-datazone/types.rb', line 19597

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)


19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
# File 'lib/aws-sdk-datazone/types.rb', line 19597

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.



19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
# File 'lib/aws-sdk-datazone/types.rb', line 19597

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)


19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
# File 'lib/aws-sdk-datazone/types.rb', line 19597

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)


19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
# File 'lib/aws-sdk-datazone/types.rb', line 19597

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)


19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
# File 'lib/aws-sdk-datazone/types.rb', line 19597

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