Class: Aws::FSx::Types::DeleteDataRepositoryAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteDataRepositoryAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the data repository association that you want to delete.
-
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters.
-
#delete_data_in_file_system ⇒ Boolean
Set to ‘true` to delete the data in the file system that corresponds to the data repository association.
Instance Attribute Details
#association_id ⇒ String
The ID of the data repository association that you want to delete.
4147 4148 4149 4150 4151 4152 4153 |
# File 'lib/aws-sdk-fsx/types.rb', line 4147 class DeleteDataRepositoryAssociationRequest < Struct.new( :association_id, :client_request_token, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
4147 4148 4149 4150 4151 4152 4153 |
# File 'lib/aws-sdk-fsx/types.rb', line 4147 class DeleteDataRepositoryAssociationRequest < Struct.new( :association_id, :client_request_token, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |
#delete_data_in_file_system ⇒ Boolean
Set to ‘true` to delete the data in the file system that corresponds to the data repository association.
4147 4148 4149 4150 4151 4152 4153 |
# File 'lib/aws-sdk-fsx/types.rb', line 4147 class DeleteDataRepositoryAssociationRequest < Struct.new( :association_id, :client_request_token, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |