Class: Aws::NetworkManager::Types::ServiceInsertionSegments

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

Instance Attribute Details

#send_toArray<String>

The list of segments associated with the send-to action.

Returns:

  • (Array<String>)


5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5133

class ServiceInsertionSegments < Struct.new(
  :send_via,
  :send_to)
  SENSITIVE = []
  include Aws::Structure
end

#send_viaArray<String>

The list of segments associated with the send-via action.

Returns:

  • (Array<String>)


5133
5134
5135
5136
5137
5138
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5133

class ServiceInsertionSegments < Struct.new(
  :send_via,
  :send_to)
  SENSITIVE = []
  include Aws::Structure
end