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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


4171
4172
4173
4174
4175
4176
4177
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4171

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)


4171
4172
4173
4174
4175
4176
4177
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4171

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)


4171
4172
4173
4174
4175
4176
4177
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4171

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