Class: Aws::BCMDashboards::Types::CreateDashboardResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the newly created dashboard.

Returns:

  • (String)


150
151
152
153
154
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 150

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