Class: Aws::BCMDashboards::Types::UpdateDashboardResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bcmdashboards/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the updated dashboard.

Returns:

  • (String)


1370
1371
1372
1373
1374
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 1370

class UpdateDashboardResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end