Class: Aws::QuickSight::Types::DeleteAccountCustomizationRequest

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 for the Amazon Web Services account that you want to delete Quick Sight customizations from.

Returns:

  • (String)


11625
11626
11627
11628
11629
11630
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11625

class DeleteAccountCustomizationRequest < Struct.new(
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The Quick Sight namespace that you're deleting the customizations from.

Returns:

  • (String)


11625
11626
11627
11628
11629
11630
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11625

class DeleteAccountCustomizationRequest < Struct.new(
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end