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

Class: Aws::IoT1ClickProjects::Types::PlacementDescription

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

Overview

An object describing a project's placement.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The user-defined attributes associated with the placement.

Returns:

  • (Hash<String,String>)

    The user-defined attributes associated with the placement.

#created_dateTime

The date when the placement was initially created, in UNIX epoch time format.

Returns:

  • (Time)

    The date when the placement was initially created, in UNIX epoch time format.

#placement_nameString

The name of the placement.

Returns:

  • (String)

    The name of the placement.

#project_nameString

The name of the project containing the placement.

Returns:

  • (String)

    The name of the project containing the placement.

#updated_dateTime

The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.

Returns:

  • (Time)

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