Class: Aws::IoTSiteWise::Types::CreateAssetResponse

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

#asset_arnString

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

arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:asset/$\{AssetId\}

Returns:

  • (String)


2902
2903
2904
2905
2906
2907
2908
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2902

class CreateAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_status)
  SENSITIVE = []
  include Aws::Structure
end

#asset_idString

The ID of the asset, in UUID format. This ID uniquely identifies the asset within IoT SiteWise and can be used with other IoT SiteWise API operations.

Returns:

  • (String)


2902
2903
2904
2905
2906
2907
2908
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2902

class CreateAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_status)
  SENSITIVE = []
  include Aws::Structure
end

#asset_statusTypes::AssetStatus

The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.

Returns:



2902
2903
2904
2905
2906
2907
2908
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2902

class CreateAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_status)
  SENSITIVE = []
  include Aws::Structure
end