Class: Aws::IoTSiteWise::Types::CreateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateProjectResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The [ARN][1] of the project, which has the following format.
-
#project_id ⇒ String
The ID of the project.
Instance Attribute Details
#project_arn ⇒ String
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3514 class CreateProjectResponse < Struct.new( :project_id, :project_arn) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the project.
3514 3515 3516 3517 3518 3519 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3514 class CreateProjectResponse < Struct.new( :project_id, :project_arn) SENSITIVE = [] include Aws::Structure end |