Class: Aws::IoTSiteWise::Types::CreateDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateDashboardResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_arn ⇒ String
The [ARN] of the dashboard, which has the following format.
-
#dashboard_id ⇒ String
The ID of the dashboard.
Instance Attribute Details
#dashboard_arn ⇒ String
The [ARN] of the dashboard, which has the following format.
‘arn:$Partition:iotsitewise:$Region:$Account:dashboard/$DashboardId`
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3137 class CreateDashboardResponse < Struct.new( :dashboard_id, :dashboard_arn) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID of the dashboard.
3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3137 class CreateDashboardResponse < Struct.new( :dashboard_id, :dashboard_arn) SENSITIVE = [] include Aws::Structure end |