Class: Aws::IoTSiteWise::Types::DescribeProjectResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_idString

The ID of the portal that the project is in.

Returns:

  • (String)


4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4776

class DescribeProjectResponse < Struct.new(
  :project_id,
  :project_arn,
  :project_name,
  :portal_id,
  :project_description,
  :project_creation_date,
  :project_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#project_arnString

The ARN of the project, which has the following format.

arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:project/$\{ProjectId\}

Returns:

  • (String)


4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4776

class DescribeProjectResponse < Struct.new(
  :project_id,
  :project_arn,
  :project_name,
  :portal_id,
  :project_description,
  :project_creation_date,
  :project_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#project_creation_dateTime

The date the project was created, in Unix epoch time.

Returns:

  • (Time)


4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4776

class DescribeProjectResponse < Struct.new(
  :project_id,
  :project_arn,
  :project_name,
  :portal_id,
  :project_description,
  :project_creation_date,
  :project_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#project_descriptionString

The project's description.

Returns:

  • (String)


4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4776

class DescribeProjectResponse < Struct.new(
  :project_id,
  :project_arn,
  :project_name,
  :portal_id,
  :project_description,
  :project_creation_date,
  :project_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project.

Returns:

  • (String)


4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4776

class DescribeProjectResponse < Struct.new(
  :project_id,
  :project_arn,
  :project_name,
  :portal_id,
  :project_description,
  :project_creation_date,
  :project_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#project_last_update_dateTime

The date the project was last updated, in Unix epoch time.

Returns:

  • (Time)


4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4776

class DescribeProjectResponse < Struct.new(
  :project_id,
  :project_arn,
  :project_name,
  :portal_id,
  :project_description,
  :project_creation_date,
  :project_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project.

Returns:

  • (String)


4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4776

class DescribeProjectResponse < Struct.new(
  :project_id,
  :project_arn,
  :project_name,
  :portal_id,
  :project_description,
  :project_creation_date,
  :project_last_update_date)
  SENSITIVE = []
  include Aws::Structure
end