Class: Aws::MediaLive::Types::CreatePartnerInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::CreatePartnerInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique identifier of the request to ensure the request is handled exactly once in case of retries.**A suitable default value is auto-generated.** You should normally not need to pass this option.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of key-value pairs.
 
Instance Attribute Details
#request_id ⇒ String
Unique identifier of the request to ensure the request is handled exactly once in case of retries.**A suitable default value is auto-generated.** You should normally not need to pass this option.
      2691 2692 2693 2694 2695 2696  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 2691 class CreatePartnerInput < Struct.new( :request_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
      2691 2692 2693 2694 2695 2696  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 2691 class CreatePartnerInput < Struct.new( :request_id, :tags) SENSITIVE = [] include Aws::Structure end  |