Class: Aws::NetworkManager::Types::ServiceInsertionSegments
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ServiceInsertionSegments
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes the segments associated with the service insertion action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#send_to ⇒ Array<String>
The list of segments associated with the
send-to
action. -
#send_via ⇒ Array<String>
The list of segments associated with the
send-via
action.
Instance Attribute Details
#send_to ⇒ Array<String>
The list of segments associated with the send-to
action.
5359 5360 5361 5362 5363 5364 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5359 class ServiceInsertionSegments < Struct.new( :send_via, :send_to) SENSITIVE = [] include Aws::Structure end |
#send_via ⇒ Array<String>
The list of segments associated with the send-via
action.
5359 5360 5361 5362 5363 5364 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5359 class ServiceInsertionSegments < Struct.new( :send_via, :send_to) SENSITIVE = [] include Aws::Structure end |