Class: Aws::BCMDashboards::Types::GetDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GetDashboardRequest
- 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 retrieve.
Instance Attribute Details
#arn ⇒ String
The ARN of the dashboard to retrieve. This is required to uniquely identify the dashboard.
353 354 355 356 357 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 353 class GetDashboardRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |