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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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`

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3096

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

#dashboard_idString

The ID of the dashboard.

Returns:

  • (String)


3096
3097
3098
3099
3100
3101
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3096

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