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

Class: Aws::IoT1ClickProjects::Types::PlacementSummary

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

Overview

An object providing summary information for a particular placement.

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

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

Returns:

  • (Time)

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

#placement_nameString

The name of the placement being summarized.

Returns:

  • (String)

    The name of the placement being summarized.

#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.