Class: Aws::Types::IframeConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow::Array[::String]

Returns the value of attribute allow.

Returns:

  • (::Array[::String])


299
300
301
# File 'sig/types.rbs', line 299

def allow
  @allow
end

#sandbox::Array[::String]

Returns the value of attribute sandbox.

Returns:

  • (::Array[::String])


300
301
302
# File 'sig/types.rbs', line 300

def sandbox
  @sandbox
end