Class: Aws::Types::QuickResponseContentProvider

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

Defined Under Namespace

Classes: Content, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def content
  @content
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


644
645
646
# File 'sig/types.rbs', line 644

def unknown
  @unknown
end