Class: Aws::NetworkManager::Types::WhenSentTo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#when_sent_to_segments_listArray<String>

The list of destination segments when the service insertion action is ‘send-to`.

Returns:

  • (Array<String>)


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