Class: Aws::IoT1ClickProjects::Types::PlacementDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::PlacementDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Overview
An object describing a project’s placement.
Constant Summary collapse
- SENSITIVE =
[]
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.
385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 385 class PlacementDescription < Struct.new( :project_name, :placement_name, :attributes, :created_date, :updated_date) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date when the placement was initially created, in UNIX epoch time format.
385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 385 class PlacementDescription < Struct.new( :project_name, :placement_name, :attributes, :created_date, :updated_date) SENSITIVE = [] include Aws::Structure end |
#placement_name ⇒ String
The name of the placement.
385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 385 class PlacementDescription < Struct.new( :project_name, :placement_name, :attributes, :created_date, :updated_date) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project containing the placement.
385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 385 class PlacementDescription < Struct.new( :project_name, :placement_name, :attributes, :created_date, :updated_date) SENSITIVE = [] include Aws::Structure end |
#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.
385 386 387 388 389 390 391 392 393 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 385 class PlacementDescription < Struct.new( :project_name, :placement_name, :attributes, :created_date, :updated_date) SENSITIVE = [] include Aws::Structure end |