Class: Aws::Types::ServiceInsertionAction
- Inherits:
-
Object
- Object
- Aws::Types::ServiceInsertionAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "send-via", "send-to"
Returns the value of attribute action.
-
#mode ⇒ "dual-hop", "single-hop"
Returns the value of attribute mode.
-
#via ⇒ Types::Via
Returns the value of attribute via.
-
#when_sent_to ⇒ Types::WhenSentTo
Returns the value of attribute when_sent_to.
Instance Attribute Details
#action ⇒ "send-via", "send-to"
Returns the value of attribute action.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def action @action end |
#mode ⇒ "dual-hop", "single-hop"
Returns the value of attribute mode.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def mode @mode end |
#via ⇒ Types::Via
Returns the value of attribute via.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def via @via end |
#when_sent_to ⇒ Types::WhenSentTo
Returns the value of attribute when_sent_to.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def when_sent_to @when_sent_to end |