Class: Aws::BCMDashboards::Types::UpdateDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::UpdateDashboardResponse
- 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 updated dashboard.
Instance Attribute Details
#arn ⇒ String
The ARN of the updated dashboard.
922 923 924 925 926 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 922 class UpdateDashboardResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |