class Aws::IoT1ClickProjects::Types::ProjectSummary

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

@!attribute [rw] arn

The ARN of the project.
@return [String]

@!attribute [rw] project_name

The name of the project being summarized.
@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] tags

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

Constants

SENSITIVE