Class: Aws::Types::QuickResponseDataProvider

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)


682
683
684
# File 'sig/types.rbs', line 682

def content
  @content
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


683
684
685
# File 'sig/types.rbs', line 683

def unknown
  @unknown
end