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

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 updated dashboard.

Returns:

  • (String)


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