Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DataZone::Types::DeleteDataSourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)

5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5502

class DeleteDataSourceInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :retain_permissions_on_revoke_failure)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain in which the data source is deleted.

Returns:

  • (String)

5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5502

class DeleteDataSourceInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :retain_permissions_on_revoke_failure)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the data source that is deleted.

Returns:

  • (String)

5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5502

class DeleteDataSourceInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :retain_permissions_on_revoke_failure)
  SENSITIVE = []
  include Aws::Structure
end

#retain_permissions_on_revoke_failureBoolean

Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

Returns:

  • (Boolean)

5502
5503
5504
5505
5506
5507
5508
5509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5502

class DeleteDataSourceInput < Struct.new(
  :client_token,
  :domain_identifier,
  :identifier,
  :retain_permissions_on_revoke_failure)
  SENSITIVE = []
  include Aws::Structure
end