Table of Contents

Class DeleteDataRepositoryAssociationResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

string

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

bool

Lifecycle

Gets and sets the property Lifecycle.

Describes the lifecycle state of the data repository association being deleted.

public DataRepositoryLifecycle Lifecycle { get; set; }

Property Value

DataRepositoryLifecycle