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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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>)


6008
6009
6010
6011
6012
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 6008

class WhenSentTo < Struct.new(
  :when_sent_to_segments_list)
  SENSITIVE = []
  include Aws::Structure
end