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

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


4670
4671
4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-datazone/types.rb', line 4670

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)


4670
4671
4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-datazone/types.rb', line 4670

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)


4670
4671
4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-datazone/types.rb', line 4670

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)


4670
4671
4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-datazone/types.rb', line 4670

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