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:



11596
11597
11598
# File 'sig/types.rbs', line 11596

def ir
  @ir
end

#role"PRIMARY", ...

Returns the value of attribute role.

Returns:

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


11595
11596
11597
# File 'sig/types.rbs', line 11595

def role
  @role
end

#supporting_visuals::Array[Types::TopicVisual]

Returns the value of attribute supporting_visuals.

Returns:



11597
11598
11599
# File 'sig/types.rbs', line 11597

def supporting_visuals
  @supporting_visuals
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


11594
11595
11596
# File 'sig/types.rbs', line 11594

def visual_id
  @visual_id
end