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
- Struct
- Aws::IoT1ClickProjects::Types::PlacementSummary
- Defined in:
- (unknown)
Overview
An object providing summary information for a particular placement.
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date when the placement was originally created, in UNIX epoch time format.
-
#placement_name ⇒ String
The name of the placement being summarized.
-
#project_name ⇒ String
The name of the project containing the placement.
-
#updated_date ⇒ Time
The date when the placement was last updated, in UNIX epoch time format.
Instance Attribute Details
#created_date ⇒ Time
The date when the placement was originally created, in UNIX epoch time format.
#placement_name ⇒ String
The name of the placement being summarized.
#project_name ⇒ String
The name of the project containing the placement.
#updated_date ⇒ Time
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.