Class: Aws::Types::UserTurnSpecification
- Inherits:
-
Object
- Object
- Aws::Types::UserTurnSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected ⇒ Types::UserTurnOutputSpecification
Returns the value of attribute expected.
-
#input ⇒ Types::UserTurnInputSpecification
Returns the value of attribute input.
Instance Attribute Details
#expected ⇒ Types::UserTurnOutputSpecification
Returns the value of attribute expected.
3830 3831 3832 |
# File 'sig/types.rbs', line 3830 def expected @expected end |
#input ⇒ Types::UserTurnInputSpecification
Returns the value of attribute input.
3829 3830 3831 |
# File 'sig/types.rbs', line 3829 def input @input end |