Class: Aws::Types::SystemContentBlock

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

Defined Under Namespace

Classes: CachePoint, GuardContent, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_pointTypes::CachePointBlock

Returns the value of attribute cache_point.



1352
1353
1354
# File 'sig/types.rbs', line 1352

def cache_point
  @cache_point
end

#guard_contentTypes::GuardrailConverseContentBlock

Returns the value of attribute guard_content.



1351
1352
1353
# File 'sig/types.rbs', line 1351

def guard_content
  @guard_content
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def unknown
  @unknown
end