Class: Aws::AppIntegrationsService::Types::IframeConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allowArray<String>

The list of features that are allowed in the iframe.

Returns:

  • (Array<String>)


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

#sandboxArray<String>

The list of sandbox attributes for the iframe.

Returns:

  • (Array<String>)


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