Class: Aws::Types::ModifyTrafficMirrorSessionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14586
14587
14588
# File 'sig/types.rbs', line 14586

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14588
14589
14590
# File 'sig/types.rbs', line 14588

def dry_run
  @dry_run
end

#packet_length::Integer

Returns the value of attribute packet_length.

Returns:

  • (::Integer)


14583
14584
14585
# File 'sig/types.rbs', line 14583

def packet_length
  @packet_length
end

#remove_fields::Array[("packet-length" | "description" | "virtual-network-id")]

Returns the value of attribute remove_fields.

Returns:

  • (::Array[("packet-length" | "description" | "virtual-network-id")])


14587
14588
14589
# File 'sig/types.rbs', line 14587

def remove_fields
  @remove_fields
end

#session_number::Integer

Returns the value of attribute session_number.

Returns:

  • (::Integer)


14584
14585
14586
# File 'sig/types.rbs', line 14584

def session_number
  @session_number
end

#traffic_mirror_filter_id::String

Returns the value of attribute traffic_mirror_filter_id.

Returns:

  • (::String)


14582
14583
14584
# File 'sig/types.rbs', line 14582

def traffic_mirror_filter_id
  @traffic_mirror_filter_id
end

#traffic_mirror_session_id::String

Returns the value of attribute traffic_mirror_session_id.

Returns:

  • (::String)


14580
14581
14582
# File 'sig/types.rbs', line 14580

def traffic_mirror_session_id
  @traffic_mirror_session_id
end

#traffic_mirror_target_id::String

Returns the value of attribute traffic_mirror_target_id.

Returns:

  • (::String)


14581
14582
14583
# File 'sig/types.rbs', line 14581

def traffic_mirror_target_id
  @traffic_mirror_target_id
end

#virtual_network_id::Integer

Returns the value of attribute virtual_network_id.

Returns:

  • (::Integer)


14585
14586
14587
# File 'sig/types.rbs', line 14585

def virtual_network_id
  @virtual_network_id
end