Class: Aws::IoTSiteWise::Types::CreateProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The [ARN] 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`
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3489 3490 3491 3492 3493 3494 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3489 class CreateProjectResponse < Struct.new( :project_id, :project_arn) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The ID of the project.
3489 3490 3491 3492 3493 3494 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3489 class CreateProjectResponse < Struct.new( :project_id, :project_arn) SENSITIVE = [] include Aws::Structure end |