Class: Aws::IoTSiteWise::Types::CreateProjectResponse

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

#project_arnString

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

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

Returns:

  • (String)


3330
3331
3332
3333
3334
3335
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3330

class CreateProjectResponse < Struct.new(
  :project_id,
  :project_arn)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project.

Returns:

  • (String)


3330
3331
3332
3333
3334
3335
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3330

class CreateProjectResponse < Struct.new(
  :project_id,
  :project_arn)
  SENSITIVE = []
  include Aws::Structure
end