Class: Aws::AppTest::Types::CreateTestConfigurationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppTest::Types::CreateTestConfigurationRequest
 
- Defined in:
- gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The client token of the test configuration. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the test configuration. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the test configuration. 
- 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The properties of the test configuration. 
- 
  
    
      #resources  ⇒ Array<Types::Resource> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The defined resources of the test configuration. 
- 
  
    
      #service_settings  ⇒ Types::ServiceSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The service settings of the test configuration. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags of the test configuration. 
Instance Attribute Details
#client_token ⇒ String
The client token of the test configuration.
A suitable default value is auto-generated. You should normally not need to pass this option.
| 560 561 562 563 564 565 566 567 568 569 570 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 560 class CreateTestConfigurationRequest < Struct.new( :name, :description, :resources, :properties, :client_token, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description of the test configuration.
| 560 561 562 563 564 565 566 567 568 569 570 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 560 class CreateTestConfigurationRequest < Struct.new( :name, :description, :resources, :properties, :client_token, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the test configuration.
| 560 561 562 563 564 565 566 567 568 569 570 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 560 class CreateTestConfigurationRequest < Struct.new( :name, :description, :resources, :properties, :client_token, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end | 
#properties ⇒ Hash<String,String>
The properties of the test configuration.
| 560 561 562 563 564 565 566 567 568 569 570 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 560 class CreateTestConfigurationRequest < Struct.new( :name, :description, :resources, :properties, :client_token, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end | 
#resources ⇒ Array<Types::Resource>
The defined resources of the test configuration.
| 560 561 562 563 564 565 566 567 568 569 570 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 560 class CreateTestConfigurationRequest < Struct.new( :name, :description, :resources, :properties, :client_token, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end | 
#service_settings ⇒ Types::ServiceSettings
The service settings of the test configuration.
| 560 561 562 563 564 565 566 567 568 569 570 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 560 class CreateTestConfigurationRequest < Struct.new( :name, :description, :resources, :properties, :client_token, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
The tags of the test configuration.
| 560 561 562 563 564 565 566 567 568 569 570 | # File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 560 class CreateTestConfigurationRequest < Struct.new( :name, :description, :resources, :properties, :client_token, :tags, :service_settings) SENSITIVE = [] include Aws::Structure end |