Class: Aws::IoTSiteWise::Types::CreateDashboardResponse

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

#dashboard_arnString

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

arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:dashboard/$\{DashboardId\}

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2224

class CreateDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID of the dashboard.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2224

class CreateDashboardResponse < Struct.new(
  :dashboard_id,
  :dashboard_arn)
  SENSITIVE = []
  include Aws::Structure
end