Class: Aws::Types::TrafficMirrorSession

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)


17834
17835
17836
# File 'sig/types.rbs', line 17834

def description
  @description
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


17829
17830
17831
# File 'sig/types.rbs', line 17829

def network_interface_id
  @network_interface_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17830
17831
17832
# File 'sig/types.rbs', line 17830

def owner_id
  @owner_id
end

#packet_length::Integer

Returns the value of attribute packet_length.

Returns:

  • (::Integer)


17831
17832
17833
# File 'sig/types.rbs', line 17831

def packet_length
  @packet_length
end

#session_number::Integer

Returns the value of attribute session_number.

Returns:

  • (::Integer)


17832
17833
17834
# File 'sig/types.rbs', line 17832

def session_number
  @session_number
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17835
17836
17837
# File 'sig/types.rbs', line 17835

def tags
  @tags
end

#traffic_mirror_filter_id::String

Returns the value of attribute traffic_mirror_filter_id.

Returns:

  • (::String)


17828
17829
17830
# File 'sig/types.rbs', line 17828

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)


17826
17827
17828
# File 'sig/types.rbs', line 17826

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)


17827
17828
17829
# File 'sig/types.rbs', line 17827

def traffic_mirror_target_id
  @traffic_mirror_target_id
end

#virtual_network_id::Integer

Returns the value of attribute virtual_network_id.

Returns:

  • (::Integer)


17833
17834
17835
# File 'sig/types.rbs', line 17833

def virtual_network_id
  @virtual_network_id
end