You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::DeleteDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteDataSourceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteDataSourceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
aws_account_id: "AwsAccountId", # required
data_source_id: "ResourceId", # required
}
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The AWS account ID.
-
#data_source_id ⇒ String
The ID of the data source.
Instance Attribute Details
#aws_account_id ⇒ String
The AWS account ID.
#data_source_id ⇒ String
The ID of the data source. This ID is unique per AWS Region for each AWS account.