Class: Aws::IoTSiteWise::Types::ProjectSummary

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

Overview

Contains project summary information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the project was created, in Unix epoch time.

Returns:

  • (Time)


7230
7231
7232
7233
7234
7235
7236
7237
7238
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7230

class ProjectSummary < Struct.new(
  :id,
  :name,
  :description,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The project's description.

Returns:

  • (String)


7230
7231
7232
7233
7234
7235
7236
7237
7238
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7230

class ProjectSummary < Struct.new(
  :id,
  :name,
  :description,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the project.

Returns:

  • (String)


7230
7231
7232
7233
7234
7235
7236
7237
7238
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7230

class ProjectSummary < Struct.new(
  :id,
  :name,
  :description,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_dateTime

The date the project was last updated, in Unix epoch time.

Returns:

  • (Time)


7230
7231
7232
7233
7234
7235
7236
7237
7238
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7230

class ProjectSummary < Struct.new(
  :id,
  :name,
  :description,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the project.

Returns:

  • (String)


7230
7231
7232
7233
7234
7235
7236
7237
7238
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7230

class ProjectSummary < Struct.new(
  :id,
  :name,
  :description,
  :creation_date,
  :last_update_date)
  SENSITIVE = []
  include Aws::Structure
end