Class: Aws::IoTSiteWise::Types::DescribeProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeProjectResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_id ⇒ String
The ID of the portal that the project is in.
-
#project_arn ⇒ String
The [ARN][1] of the project, which has the following format.
-
#project_creation_date ⇒ Time
The date the project was created, in Unix epoch time.
-
#project_description ⇒ String
The project's description.
-
#project_id ⇒ String
The ID of the project.
-
#project_last_update_date ⇒ Time
The date the project was last updated, in Unix epoch time.
-
#project_name ⇒ String
The name of the project.
Instance Attribute Details
#portal_id ⇒ String
The ID of the portal that the project is in.
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3006 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_arn ⇒ String
The ARN of the project, which has the following format.
arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:project/$\{ProjectId\}
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3006 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_date ⇒ Time
The date the project was created, in Unix epoch time.
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3006 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_description ⇒ String
The project's description.
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3006 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_id ⇒ String
The ID of the project.
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3006 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_date ⇒ Time
The date the project was last updated, in Unix epoch time.
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3006 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_name ⇒ String
The name of the project.
3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3006 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 |