Class: Aws::IoT1ClickProjects::Types::ProjectDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot1clickprojects/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

Instance Attribute Details

#arnString

The ARN of the project.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-iot1clickprojects/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_dateTime

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

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-iot1clickprojects/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

#descriptionString

The description of the project.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-iot1clickprojects/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_templateTypes::PlacementTemplate

An object describing the project's placement specifications.



478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-iot1clickprojects/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_nameString

The name of the project for which to obtain information from.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-iot1clickprojects/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

#tagsHash<String,String>

The tags (metadata key/value pairs) associated with the project.

Returns:

  • (Hash<String,String>)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-iot1clickprojects/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_dateTime

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.

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-iot1clickprojects/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