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

Class: Aws::IoTSiteWise::Types::DescribeProjectResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#portal_idString

The ID of the portal that the project is in.

Returns:

  • (String)

    The ID of the portal that the project is in.

#project_arnString

The ARN of the project, which has the following format.

arn:$`{Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}`

Returns:

  • (String)

    The [ARN][1] of the project, which has the following format.

#project_creation_dateTime

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

Returns:

  • (Time)

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

#project_descriptionString

The project\'s description.

Returns:

  • (String)

    The project\'s description.

#project_idString

The ID of the project.

Returns:

  • (String)

    The ID of the project.

#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.

#project_nameString

The name of the project.

Returns:

  • (String)

    The name of the project.