Class: Aws::Types::ContentBlock

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

Defined Under Namespace

Classes: CachePoint, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_pointTypes::CachePointBlock

Returns the value of attribute cache_point.



380
381
382
# File 'sig/types.rbs', line 380

def cache_point
  @cache_point
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


381
382
383
# File 'sig/types.rbs', line 381

def unknown
  @unknown
end