Class: Aws::BCMDashboards::Types::DeleteDashboardResponse

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 dashboard that was deleted.

Returns:

  • (String)


297
298
299
300
301
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 297

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