Class: Aws::FSx::Types::DeleteDataRepositoryAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteDataRepositoryAssociationResponse
- 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 being deleted.
-
#delete_data_in_file_system ⇒ Boolean
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
-
#lifecycle ⇒ String
Describes the lifecycle state of the data repository association being deleted.
Instance Attribute Details
#association_id ⇒ String
The ID of the data repository association being deleted.
3597 3598 3599 3600 3601 3602 3603 |
# File 'lib/aws-sdk-fsx/types.rb', line 3597 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |
#delete_data_in_file_system ⇒ Boolean
Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is ‘false`.
3597 3598 3599 3600 3601 3602 3603 |
# File 'lib/aws-sdk-fsx/types.rb', line 3597 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ String
Describes the lifecycle state of the data repository association being deleted.
3597 3598 3599 3600 3601 3602 3603 |
# File 'lib/aws-sdk-fsx/types.rb', line 3597 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |