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 =
[:name, :description, :project_resource_tags_description]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_custom_project_resource_tags ⇒ Boolean

Specifies whether custom project resource tags are supported.

Returns:

  • (Boolean)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#description ⇒ String

The description of a project profile.

Returns:

  • (String)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#domain_identifier ⇒ String

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

Returns:

  • (String)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#domain_unit_identifier ⇒ String

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

Returns:

  • (String)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>

The environment configurations of a project profile.



25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#identifier ⇒ String

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

Returns:

  • (String)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#name ⇒ String

The name of a project profile.

Returns:

  • (String)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#project_resource_tags ⇒ Array<Types::ResourceTagParameter>

The resource tags of the project profile.

Returns:



25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#project_resource_tags_description ⇒ String

Field viewable through the UI that provides a project user with the allowed resource tag specifications.

Returns:

  • (String)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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

#status ⇒ String

The status of a project profile.

Returns:

  • (String)


25194
25195
25196
25197
25198
25199
25200
25201
25202
25203
25204
25205
25206
25207
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25194

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