Class: Aws::BCMDashboards::Types::DeleteDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::DeleteDashboardRequest
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the dashboard to be deleted.
Instance Attribute Details
#arn ⇒ String
The ARN of the dashboard to be deleted.
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 |