Class: Aws::FSx::Types::DeleteDataRepositoryAssociationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::DeleteDataRepositoryAssociationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the data repository association being deleted.
 - 
  
    
      #delete_data_in_file_system  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
 - 
  
    
      #lifecycle  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the lifecycle state of the data repository association being deleted.
 
Instance Attribute Details
#association_id ⇒ String
The ID of the data repository association being deleted.
      4286 4287 4288 4289 4290 4291 4292  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4286 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end  | 
  
#delete_data_in_file_system ⇒ Boolean
Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is ‘false`.
      4286 4287 4288 4289 4290 4291 4292  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4286 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end  | 
  
#lifecycle ⇒ String
Describes the lifecycle state of the data repository association being deleted.
      4286 4287 4288 4289 4290 4291 4292  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4286 class DeleteDataRepositoryAssociationResponse < Struct.new( :association_id, :lifecycle, :delete_data_in_file_system) SENSITIVE = [] include Aws::Structure end  |