Class: Aws::QuickSight::Types::DeleteDataSourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


10989
10990
10991
10992
10993
10994
# File 'lib/aws-sdk-quicksight/types.rb', line 10989

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

#data_source_idString

The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Returns:

  • (String)


10989
10990
10991
10992
10993
10994
# File 'lib/aws-sdk-quicksight/types.rb', line 10989

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