Class: Aws::BCMDashboards::Types::UpdateDashboardRequest

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 update.

Returns:

  • (String)


907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 907

class UpdateDashboardRequest < Struct.new(
  :arn,
  :name,
  :description,
  :widgets)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description for the dashboard. If not specified, the existing description is retained.

Returns:

  • (String)


907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 907

class UpdateDashboardRequest < Struct.new(
  :arn,
  :name,
  :description,
  :widgets)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name for the dashboard. If not specified, the existing name is retained.

Returns:

  • (String)


907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 907

class UpdateDashboardRequest < Struct.new(
  :arn,
  :name,
  :description,
  :widgets)
  SENSITIVE = []
  include Aws::Structure
end

#widgetsArray<Types::Widget>

The updated array of widget configurations for the dashboard. Replaces all existing widgets.

Returns:



907
908
909
910
911
912
913
914
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 907

class UpdateDashboardRequest < Struct.new(
  :arn,
  :name,
  :description,
  :widgets)
  SENSITIVE = []
  include Aws::Structure
end