Class: Aws::NetworkManager::Types::WhenSentTo
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::WhenSentTo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Displays a list of the destination segments. Used only when the service insertion action is ‘send-to`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#when_sent_to_segments_list ⇒ Array<String>
The list of destination segments when the service insertion action is ‘send-to`.
Instance Attribute Details
#when_sent_to_segments_list ⇒ Array<String>
The list of destination segments when the service insertion action is ‘send-to`.
6268 6269 6270 6271 6272 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6268 class WhenSentTo < Struct.new( :when_sent_to_segments_list) SENSITIVE = [] include Aws::Structure end |