class Aws::IoT1ClickProjects::Types::ProjectDescription

An object providing detailed information for a particular project associated with an AWS account and region.

@!attribute [rw] arn

The ARN of the project.
@return [String]

@!attribute [rw] project_name

The name of the project for which to obtain information from.
@return [String]

@!attribute [rw] description

The description of the project.
@return [String]

@!attribute [rw] created_date

The date when the project was originally created, in UNIX epoch time
format.
@return [Time]

@!attribute [rw] updated_date

The date when the project was last updated, in UNIX epoch time
format. If the project was not updated, then `createdDate` and
`updatedDate` are the same.
@return [Time]

@!attribute [rw] placement_template

An object describing the project's placement specifications.
@return [Types::PlacementTemplate]

@!attribute [rw] tags

The tags (metadata key/value pairs) associated with the project.
@return [Hash<String,String>]

Constants

SENSITIVE