Class: Aws::Types::IframeConfig
- Inherits:
-
Object
- Object
- Aws::Types::IframeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow ⇒ ::Array[::String]
Returns the value of attribute allow.
-
#sandbox ⇒ ::Array[::String]
Returns the value of attribute sandbox.
Instance Attribute Details
#allow ⇒ ::Array[::String]
Returns the value of attribute allow.
299 300 301 |
# File 'sig/types.rbs', line 299 def allow @allow end |
#sandbox ⇒ ::Array[::String]
Returns the value of attribute sandbox.
300 301 302 |
# File 'sig/types.rbs', line 300 def sandbox @sandbox end |