Class DeleteDataRepositoryAssociationResponse
This is the response object from the DeleteDataRepositoryAssociation operation.
public class DeleteDataRepositoryAssociationResponse : AmazonWebServiceResponse
- Inheritance
-
DeleteDataRepositoryAssociationResponse
Constructors
DeleteDataRepositoryAssociationResponse()
public DeleteDataRepositoryAssociationResponse()
Properties
AssociationId
Gets and sets the property AssociationId.
The ID of the data repository association being deleted.
public string AssociationId { get; set; }
Property Value
DeleteDataInFileSystem
Gets and sets the property DeleteDataInFileSystem.
Indicates whether data in the file system that corresponds to the data repository
association is being deleted. Default is false
.
public bool DeleteDataInFileSystem { get; set; }
Property Value
Lifecycle
Gets and sets the property Lifecycle.
Describes the lifecycle state of the data repository association being deleted.
public DataRepositoryLifecycle Lifecycle { get; set; }