Class: Aws::QConnect::Types::CreateContentResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QConnect::Types::CreateContentResponse
 
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ Types::ContentData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The content. 
Instance Attribute Details
#content ⇒ Types::ContentData
The content.
| 2670 2671 2672 2673 2674 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2670 class CreateContentResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |