Class: Aws::DataZone::Types::ProjectSummary

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

Overview

The details of a Amazon DataZone project.

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when a project was created.

Returns:

  • (Time)


7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
# File 'lib/aws-sdk-datazone/types.rb', line 7880

class ProjectSummary < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :updated_at)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created the project.

Returns:

  • (String)


7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
# File 'lib/aws-sdk-datazone/types.rb', line 7880

class ProjectSummary < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :updated_at)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of a project.

Returns:

  • (String)


7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
# File 'lib/aws-sdk-datazone/types.rb', line 7880

class ProjectSummary < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :updated_at)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The identifier of a Amazon DataZone domain where the project exists.

Returns:

  • (String)


7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
# File 'lib/aws-sdk-datazone/types.rb', line 7880

class ProjectSummary < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :updated_at)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The identifier of a project.

Returns:

  • (String)


7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
# File 'lib/aws-sdk-datazone/types.rb', line 7880

class ProjectSummary < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :updated_at)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of a project.

Returns:

  • (String)


7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
# File 'lib/aws-sdk-datazone/types.rb', line 7880

class ProjectSummary < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :updated_at)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#updated_atTime

The timestamp of when the project was updated.

Returns:

  • (Time)


7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
# File 'lib/aws-sdk-datazone/types.rb', line 7880

class ProjectSummary < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :updated_at)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end