Class: Aws::BCMDashboards::Types::GetDashboardRequest

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 retrieve. This is required to uniquely identify the dashboard.

Returns:

  • (String)


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