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)


4236
4237
4238
4239
4240
4241
4242
# File 'lib/aws-sdk-fsx/types.rb', line 4236

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)


4236
4237
4238
4239
4240
4241
4242
# File 'lib/aws-sdk-fsx/types.rb', line 4236

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)


4236
4237
4238
4239
4240
4241
4242
# File 'lib/aws-sdk-fsx/types.rb', line 4236

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