Class: Aws::DataZone::Types::DeleteDataSourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteDataSourceInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the data source is deleted.
-
#identifier ⇒ String
The identifier of the data source that is deleted.
-
#retain_permissions_on_revoke_failure ⇒ Boolean
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
Instance Attribute Details
#client_token ⇒ String
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.
5493 5494 5495 5496 5497 5498 5499 5500 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5493 class DeleteDataSourceInput < Struct.new( :client_token, :domain_identifier, :identifier, :retain_permissions_on_revoke_failure) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the data source is deleted.
5493 5494 5495 5496 5497 5498 5499 5500 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5493 class DeleteDataSourceInput < Struct.new( :client_token, :domain_identifier, :identifier, :retain_permissions_on_revoke_failure) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the data source that is deleted.
5493 5494 5495 5496 5497 5498 5499 5500 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5493 class DeleteDataSourceInput < Struct.new( :client_token, :domain_identifier, :identifier, :retain_permissions_on_revoke_failure) SENSITIVE = [] include Aws::Structure end |
#retain_permissions_on_revoke_failure ⇒ Boolean
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
5493 5494 5495 5496 5497 5498 5499 5500 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5493 class DeleteDataSourceInput < Struct.new( :client_token, :domain_identifier, :identifier, :retain_permissions_on_revoke_failure) SENSITIVE = [] include Aws::Structure end |