Class: Aws::FSx::Types::DeleteDataRepositoryAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteDataRepositoryAssociationResponse
- Defined in:
- gems/aws-sdk-fsx/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.
4309 4310 4311 4312 4313 4314 4315 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4309 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
.
4309 4310 4311 4312 4313 4314 4315 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4309 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.
4309 4310 4311 4312 4313 4314 4315 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4309 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end |