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)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def content
  @content
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def unknown
  @unknown
end