Class: Aws::DataZone::Types::GetProjectProfileOutput

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

Overview

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_custom_project_resource_tagsBoolean

Specifies whether custom project resource tags are supported.

Returns:

  • (Boolean)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#created_atTime

The timestamp of when the project profile was created.

Returns:

  • (Time)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#created_byString

The user who created the project profile.

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#descriptionString

The description of the project profile.

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#domain_idString

The ID of the domain of the project profile.

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#domain_unit_idString

The ID of the domain unit of the project profile.

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#environment_configurationsArray<Types::EnvironmentConfiguration>

The environment configurations of the project profile.



10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#idString

The ID of the project profile.

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when project profile was last updated.

Returns:

  • (Time)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#nameString

The name of the project profile.

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#project_resource_tagsArray<Types::ResourceTagParameter>

The resource tags of the project profile.

Returns:



10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#project_resource_tags_descriptionString

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

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end

#statusString

The status of the project profile.

Returns:

  • (String)


10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451

class GetProjectProfileOutput < Struct.new(
  :allow_custom_project_resource_tags,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :project_resource_tags,
  :project_resource_tags_description,
  :status)
  SENSITIVE = [:description, :name, :project_resource_tags_description]
  include Aws::Structure
end