Class: Aws::IoTSiteWise::Types::ProjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ProjectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains project summary information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the project was created, in Unix epoch time.
-
#description ⇒ String
The project’s description.
-
#id ⇒ String
The ID of the project.
-
#last_update_date ⇒ Time
The date the project was last updated, in Unix epoch time.
-
#name ⇒ String
The name of the project.
Instance Attribute Details
#creation_date ⇒ Time
The date the project was created, in Unix epoch time.
7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7960 class ProjectSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The project’s description.
7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7960 class ProjectSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the project.
7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7960 class ProjectSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#last_update_date ⇒ Time
The date the project was last updated, in Unix epoch time.
7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7960 class ProjectSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project.
7960 7961 7962 7963 7964 7965 7966 7967 7968 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7960 class ProjectSummary < Struct.new( :id, :name, :description, :creation_date, :last_update_date) SENSITIVE = [] include Aws::Structure end |