Class: Aws::QuickSight::Types::DeleteDashboardRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the dashboard that you're deleting.

Returns:

  • (String)


9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9602

class DeleteDashboardRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID for the dashboard.

Returns:

  • (String)


9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9602

class DeleteDashboardRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.

Returns:

  • (Integer)


9602
9603
9604
9605
9606
9607
9608
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9602

class DeleteDashboardRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end