Class: Aws::Types::Alternative
- Inherits:
-
Object
- Object
- Aws::Types::Alternative
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
-
#items ⇒ ::Array[Types::Item]
Returns the value of attribute items.
-
#transcript ⇒ ::String
Returns the value of attribute transcript.
Instance Attribute Details
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
14 15 16 |
# File 'sig/types.rbs', line 14 def entities @entities end |
#items ⇒ ::Array[Types::Item]
Returns the value of attribute items.
13 14 15 |
# File 'sig/types.rbs', line 13 def items @items end |
#transcript ⇒ ::String
Returns the value of attribute transcript.
12 13 14 |
# File 'sig/types.rbs', line 12 def transcript @transcript end |