Class: Aws::Types::TopicVisual

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#irTypes::TopicIR

Returns the value of attribute ir.

Returns:



11986
11987
11988
# File 'sig/types.rbs', line 11986

def ir
  @ir
end

#role"PRIMARY", ...

Returns the value of attribute role.

Returns:

  • ("PRIMARY", "COMPLIMENTARY", "MULTI_INTENT", "FALLBACK", "FRAGMENT")


11985
11986
11987
# File 'sig/types.rbs', line 11985

def role
  @role
end

#supporting_visuals::Array[Types::TopicVisual]

Returns the value of attribute supporting_visuals.

Returns:



11987
11988
11989
# File 'sig/types.rbs', line 11987

def supporting_visuals
  @supporting_visuals
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


11984
11985
11986
# File 'sig/types.rbs', line 11984

def visual_id
  @visual_id
end