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
- Struct
- Aws::IoT1ClickProjects::Types::PlacementDescription
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
The user-defined attributes associated with the placement.
-
#created_date ⇒ Time
The date when the placement was initially created, in UNIX epoch time format.
-
#placement_name ⇒ String
The name of the placement.
-
#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
#attributes ⇒ Hash<String,String>
The user-defined attributes associated with the placement.
#created_date ⇒ Time
The date when the placement was initially created, in UNIX epoch time format.
#placement_name ⇒ String
The name of the placement.
#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.