Class: Aws::IoT1ClickProjects::Types::ProjectDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::ProjectDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Overview
An object providing detailed information for a particular project associated with an AWS account and region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the project.
-
#created_date ⇒ Time
The date when the project was originally created, in UNIX epoch time format.
-
#description ⇒ String
The description of the project.
-
#placement_template ⇒ Types::PlacementTemplate
An object describing the project’s placement specifications.
-
#project_name ⇒ String
The name of the project for which to obtain information from.
-
#tags ⇒ Hash<String,String>
The tags (metadata key/value pairs) associated with the project.
-
#updated_date ⇒ Time
The date when the project was last updated, in UNIX epoch time format.
Instance Attribute Details
#arn ⇒ String
The ARN of the project.
478 479 480 481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 478 class ProjectDescription < Struct.new( :arn, :project_name, :description, :created_date, :updated_date, :placement_template, :tags) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date when the project was originally created, in UNIX epoch time format.
478 479 480 481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 478 class ProjectDescription < Struct.new( :arn, :project_name, :description, :created_date, :updated_date, :placement_template, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the project.
478 479 480 481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 478 class ProjectDescription < Struct.new( :arn, :project_name, :description, :created_date, :updated_date, :placement_template, :tags) SENSITIVE = [] include Aws::Structure end |
#placement_template ⇒ Types::PlacementTemplate
An object describing the project’s placement specifications.
478 479 480 481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 478 class ProjectDescription < Struct.new( :arn, :project_name, :description, :created_date, :updated_date, :placement_template, :tags) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project for which to obtain information from.
478 479 480 481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 478 class ProjectDescription < Struct.new( :arn, :project_name, :description, :created_date, :updated_date, :placement_template, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags (metadata key/value pairs) associated with the project.
478 479 480 481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 478 class ProjectDescription < Struct.new( :arn, :project_name, :description, :created_date, :updated_date, :placement_template, :tags) SENSITIVE = [] include Aws::Structure end |
#updated_date ⇒ Time
The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then ‘createdDate` and `updatedDate` are the same.
478 479 480 481 482 483 484 485 486 487 488 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 478 class ProjectDescription < Struct.new( :arn, :project_name, :description, :created_date, :updated_date, :placement_template, :tags) SENSITIVE = [] include Aws::Structure end |