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.
4171 4172 4173 4174 4175 4176 4177 |
# File 'lib/aws-sdk-fsx/types.rb', line 4171 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`.
4171 4172 4173 4174 4175 4176 4177 |
# File 'lib/aws-sdk-fsx/types.rb', line 4171 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.
4171 4172 4173 4174 4175 4176 4177 |
# File 'lib/aws-sdk-fsx/types.rb', line 4171 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |