You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains project summary information.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

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

Returns:

  • (Time)

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

#descriptionString

The project\'s description.

Returns:

  • (String)

    The project\'s description.

#idString

The ID of the project.

Returns:

  • (String)

    The ID of the project.

#last_update_dateTime

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

Returns:

  • (Time)

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

#nameString

The name of the project.

Returns:

  • (String)

    The name of the project.