Class: Aws::BCMDashboards::Types::DeleteDashboardRequest

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 to be deleted.

Returns:

  • (String)


229
230
231
232
233
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 229

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