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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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)


14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818

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