Class: Aws::DataZone::Types::ProjectProfileSummary

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

Overview

The summary of a project profile.

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the project profile was created.

Returns:

  • (Time)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#created_byString

The user who created the project profile.

Returns:

  • (String)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#descriptionString

The description of the project profile.

Returns:

  • (String)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#domain_idString

The domain ID of the project profile.

Returns:

  • (String)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#domain_unit_idString

The domain unit ID of the project profile.

Returns:

  • (String)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#idString

The ID of the project profile.

Returns:

  • (String)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#last_updated_atTime

The timestamp at which a project profile was last updated.

Returns:

  • (Time)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#nameString

The name of a project profile.

Returns:

  • (String)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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

#statusString

The status of a project profile.

Returns:

  • (String)


15698
15699
15700
15701
15702
15703
15704
15705
15706
15707
15708
15709
15710
# File 'lib/aws-sdk-datazone/types.rb', line 15698

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