Class: Aws::DataZone::Types::DeleteDomainInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataZone::Types::DeleteDomainInput
 
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. 
- 
  
    
      #identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the Amazon Web Services domain that is to be deleted. 
- 
  
    
      #skip_deletion_check  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the optional flag to delete all child entities within the domain. 
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
| 6328 6329 6330 6331 6332 6333 6334 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6328 class DeleteDomainInput < Struct.new( :client_token, :identifier, :skip_deletion_check) SENSITIVE = [] include Aws::Structure end | 
#identifier ⇒ String
The identifier of the Amazon Web Services domain that is to be deleted.
| 6328 6329 6330 6331 6332 6333 6334 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6328 class DeleteDomainInput < Struct.new( :client_token, :identifier, :skip_deletion_check) SENSITIVE = [] include Aws::Structure end | 
#skip_deletion_check ⇒ Boolean
Specifies the optional flag to delete all child entities within the domain.
| 6328 6329 6330 6331 6332 6333 6334 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6328 class DeleteDomainInput < Struct.new( :client_token, :identifier, :skip_deletion_check) SENSITIVE = [] include Aws::Structure end |