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

Class: Aws::IoT1ClickProjects::Types::ProjectSummary

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the project.

Returns:

  • (String) —

    The ARN of the project.

#created_date ⇒ Time

The date when the project was originally created, in UNIX epoch time format.

Returns:

  • (Time) —

    The date when the project was originally created, in UNIX epoch time format.

#project_name ⇒ String

The name of the project being summarized.

Returns:

  • (String) —

    The name of the project being summarized.

#tags ⇒ Hash<String,String>

The tags (metadata key/value pairs) associated with the project.

Returns:

  • (Hash<String,String>) —

    The tags (metadata key/value pairs) associated with the project.

#updated_date ⇒ Time

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.

Returns:

  • (Time) —

    The date when the project was last updated, in UNIX epoch time format.