Class: Aws::Types::ServiceInsertionSegments
- Inherits:
-
Object
- Object
- Aws::Types::ServiceInsertionSegments
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#send_to ⇒ ::Array[::String]
Returns the value of attribute send_to.
-
#send_via ⇒ ::Array[::String]
Returns the value of attribute send_via.
Instance Attribute Details
#send_to ⇒ ::Array[::String]
Returns the value of attribute send_to.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def send_to @send_to end |
#send_via ⇒ ::Array[::String]
Returns the value of attribute send_via.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def send_via @send_via end |