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

Class: Aws::IoT1ClickProjects::Types::ProjectDescription

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the project.

Returns:

  • (String)

    The ARN of the project.

#created_dateTime

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.

#descriptionString

The description of the project.

Returns:

  • (String)

    The description of the project.

#placement_templateTypes::PlacementTemplate

An object describing the project\'s placement specifications.

Returns:

#project_nameString

The name of the project for which to obtain information from.

Returns:

  • (String)

    The name of the project for which to obtain information from.

#tagsHash<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_dateTime

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.