Class: Aws::QuickSight::Types::DeleteAccountSubscriptionRequest

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 Amazon Web Services account ID of the account that you want to delete.

Returns:

  • (String)


9497
9498
9499
9500
9501
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9497

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