Class: Aws::AppIntegrationsService::Types::IframeConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppIntegrationsService::Types::IframeConfig
 
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
The iframe configuration for the application.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #allow  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of features that are allowed in the iframe. 
- 
  
    
      #sandbox  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of sandbox attributes for the iframe. 
Instance Attribute Details
#allow ⇒ Array<String>
The list of features that are allowed in the iframe.
| 1034 1035 1036 1037 1038 1039 | # File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1034 class IframeConfig < Struct.new( :allow, :sandbox) SENSITIVE = [] include Aws::Structure end | 
#sandbox ⇒ Array<String>
The list of sandbox attributes for the iframe.
| 1034 1035 1036 1037 1038 1039 | # File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1034 class IframeConfig < Struct.new( :allow, :sandbox) SENSITIVE = [] include Aws::Structure end |