Class: Aws::IoT1ClickProjects::Types::ProjectSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot1clickprojects/types.rb

Overview

An object providing summary information for a particular project for an associated AWS account and region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the project.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 516

class ProjectSummary < Struct.new(
  :arn,
  :project_name,
  :created_date,
  :updated_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

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

Returns:

  • (Time)


516
517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 516

class ProjectSummary < Struct.new(
  :arn,
  :project_name,
  :created_date,
  :updated_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project being summarized.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 516

class ProjectSummary < Struct.new(
  :arn,
  :project_name,
  :created_date,
  :updated_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


516
517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 516

class ProjectSummary < Struct.new(
  :arn,
  :project_name,
  :created_date,
  :updated_date,
  :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)


516
517
518
519
520
521
522
523
524
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 516

class ProjectSummary < Struct.new(
  :arn,
  :project_name,
  :created_date,
  :updated_date,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end