Class: Aws::Types::Alternative

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entities::Array[Types::Entity]

Returns the value of attribute entities.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def entities
  @entities
end

#items::Array[Types::Item]

Returns the value of attribute items.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def items
  @items
end

#transcript::String

Returns the value of attribute transcript.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def transcript
  @transcript
end