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)


10234
10235
10236
10237
10238
10239
# File 'lib/aws-sdk-quicksight/types.rb', line 10234

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)


10234
10235
10236
10237
10238
10239
# File 'lib/aws-sdk-quicksight/types.rb', line 10234

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