Class: Aws::Types::GuardrailContentBlock

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

Defined Under Namespace

Classes: Image, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:image])

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::GuardrailImageBlock

Returns the value of attribute image.



793
794
795
# File 'sig/types.rbs', line 793

def image
  @image
end

#textTypes::GuardrailTextBlock

Returns the value of attribute text.



792
793
794
# File 'sig/types.rbs', line 792

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


794
795
796
# File 'sig/types.rbs', line 794

def unknown
  @unknown
end