Class: Aws::BCMDashboards::Types::CreateDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::CreateDashboardResponse
- 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 newly created dashboard.
Instance Attribute Details
#arn ⇒ String
The ARN of the newly created dashboard.
135 136 137 138 139 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 135 class CreateDashboardResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |