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)


18484
18485
18486
# File 'sig/types.rbs', line 18484

def description
  @description
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


18479
18480
18481
# File 'sig/types.rbs', line 18479

def network_interface_id
  @network_interface_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18480
18481
18482
# File 'sig/types.rbs', line 18480

def owner_id
  @owner_id
end

#packet_length::Integer

Returns the value of attribute packet_length.

Returns:

  • (::Integer)


18481
18482
18483
# File 'sig/types.rbs', line 18481

def packet_length
  @packet_length
end

#session_number::Integer

Returns the value of attribute session_number.

Returns:

  • (::Integer)


18482
18483
18484
# File 'sig/types.rbs', line 18482

def session_number
  @session_number
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18485
18486
18487
# File 'sig/types.rbs', line 18485

def tags
  @tags
end

#traffic_mirror_filter_id::String

Returns the value of attribute traffic_mirror_filter_id.

Returns:

  • (::String)


18478
18479
18480
# File 'sig/types.rbs', line 18478

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)


18476
18477
18478
# File 'sig/types.rbs', line 18476

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)


18477
18478
18479
# File 'sig/types.rbs', line 18477

def traffic_mirror_target_id
  @traffic_mirror_target_id
end

#virtual_network_id::Integer

Returns the value of attribute virtual_network_id.

Returns:

  • (::Integer)


18483
18484
18485
# File 'sig/types.rbs', line 18483

def virtual_network_id
  @virtual_network_id
end