Class: Aws::NimbleStudio::Types::AcceptEulasRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::AcceptEulasRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #eula_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The EULA ID.
 - 
  
    
      #studio_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The studio ID.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      33 34 35 36 37 38 39  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 33 class AcceptEulasRequest < Struct.new( :client_token, :eula_ids, :studio_id) SENSITIVE = [] include Aws::Structure end  | 
  
#eula_ids ⇒ Array<String>
The EULA ID.
      33 34 35 36 37 38 39  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 33 class AcceptEulasRequest < Struct.new( :client_token, :eula_ids, :studio_id) SENSITIVE = [] include Aws::Structure end  | 
  
#studio_id ⇒ String
The studio ID.
      33 34 35 36 37 38 39  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 33 class AcceptEulasRequest < Struct.new( :client_token, :eula_ids, :studio_id) SENSITIVE = [] include Aws::Structure end  |