Class: Aws::FSx::Types::DeleteDataRepositoryAssociationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the data repository association being deleted.

Returns:

  • (String)


3857
3858
3859
3860
3861
3862
3863
# File 'lib/aws-sdk-fsx/types.rb', line 3857

class DeleteDataRepositoryAssociationResponse < Struct.new(
  :association_id,
  :lifecycle,
  :delete_data_in_file_system)
  SENSITIVE = []
  include Aws::Structure
end

#delete_data_in_file_systemBoolean

Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is ‘false`.

Returns:

  • (Boolean)


3857
3858
3859
3860
3861
3862
3863
# File 'lib/aws-sdk-fsx/types.rb', line 3857

class DeleteDataRepositoryAssociationResponse < Struct.new(
  :association_id,
  :lifecycle,
  :delete_data_in_file_system)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleString

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

Returns:

  • (String)


3857
3858
3859
3860
3861
3862
3863
# File 'lib/aws-sdk-fsx/types.rb', line 3857

class DeleteDataRepositoryAssociationResponse < Struct.new(
  :association_id,
  :lifecycle,
  :delete_data_in_file_system)
  SENSITIVE = []
  include Aws::Structure
end