Class: Aws::IoTSiteWise::Types::CreateAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateAssetResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_arn ⇒ String
The [ARN][1] of the asset, which has the following format.
-
#asset_id ⇒ String
The ID of the asset.
-
#asset_status ⇒ Types::AssetStatus
The status of the asset, which contains a state (
CREATING
after successfully calling this operation) and any error message.
Instance Attribute Details
#asset_arn ⇒ String
The ARN of the asset, which has the following format.
arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:asset/$\{AssetId\}
1669 1670 1671 1672 1673 1674 1675 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1669 class CreateAssetResponse < Struct.new( :asset_id, :asset_arn, :asset_status) SENSITIVE = [] include Aws::Structure end |
#asset_id ⇒ String
The ID of the asset. This ID uniquely identifies the asset within AWS IoT SiteWise and can be used with other AWS IoT SiteWise APIs.
1669 1670 1671 1672 1673 1674 1675 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1669 class CreateAssetResponse < Struct.new( :asset_id, :asset_arn, :asset_status) SENSITIVE = [] include Aws::Structure end |
#asset_status ⇒ Types::AssetStatus
The status of the asset, which contains a state (CREATING
after
successfully calling this operation) and any error message.
1669 1670 1671 1672 1673 1674 1675 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1669 class CreateAssetResponse < Struct.new( :asset_id, :asset_arn, :asset_status) SENSITIVE = [] include Aws::Structure end |