Class: Aws::FSx::Types::DisassociateFileSystemAliasesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FSx::Types::DisassociateFileSystemAliasesRequest
 
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #aliases  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of one or more DNS alias names to disassociate, or remove, from the file system. 
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    (Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. 
- 
  
    
      #file_system_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the file system from which to disassociate the DNS aliases. 
Instance Attribute Details
#aliases ⇒ Array<String>
An array of one or more DNS alias names to disassociate, or remove, from the file system.
| 5612 5613 5614 5615 5616 5617 5618 | # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5612 class DisassociateFileSystemAliasesRequest < Struct.new( :client_request_token, :file_system_id, :aliases) SENSITIVE = [] include Aws::Structure end | 
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
A suitable default value is auto-generated. You should normally not need to pass this option.
| 5612 5613 5614 5615 5616 5617 5618 | # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5612 class DisassociateFileSystemAliasesRequest < Struct.new( :client_request_token, :file_system_id, :aliases) SENSITIVE = [] include Aws::Structure end | 
#file_system_id ⇒ String
Specifies the file system from which to disassociate the DNS aliases.
| 5612 5613 5614 5615 5616 5617 5618 | # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5612 class DisassociateFileSystemAliasesRequest < Struct.new( :client_request_token, :file_system_id, :aliases) SENSITIVE = [] include Aws::Structure end |