Class: Aws::Types::TrafficMirrorSession
- Inherits:
-
Object
- Object
- Aws::Types::TrafficMirrorSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#packet_length ⇒ ::Integer
Returns the value of attribute packet_length.
-
#session_number ⇒ ::Integer
Returns the value of attribute session_number.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#traffic_mirror_filter_id ⇒ ::String
Returns the value of attribute traffic_mirror_filter_id.
-
#traffic_mirror_session_id ⇒ ::String
Returns the value of attribute traffic_mirror_session_id.
-
#traffic_mirror_target_id ⇒ ::String
Returns the value of attribute traffic_mirror_target_id.
-
#virtual_network_id ⇒ ::Integer
Returns the value of attribute virtual_network_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
18145 18146 18147 |
# File 'sig/types.rbs', line 18145 def description @description end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
18140 18141 18142 |
# File 'sig/types.rbs', line 18140 def network_interface_id @network_interface_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18141 18142 18143 |
# File 'sig/types.rbs', line 18141 def owner_id @owner_id end |
#packet_length ⇒ ::Integer
Returns the value of attribute packet_length.
18142 18143 18144 |
# File 'sig/types.rbs', line 18142 def packet_length @packet_length end |
#session_number ⇒ ::Integer
Returns the value of attribute session_number.
18143 18144 18145 |
# File 'sig/types.rbs', line 18143 def session_number @session_number end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18146 18147 18148 |
# File 'sig/types.rbs', line 18146 def @tags end |
#traffic_mirror_filter_id ⇒ ::String
Returns the value of attribute traffic_mirror_filter_id.
18139 18140 18141 |
# File 'sig/types.rbs', line 18139 def traffic_mirror_filter_id @traffic_mirror_filter_id end |
#traffic_mirror_session_id ⇒ ::String
Returns the value of attribute traffic_mirror_session_id.
18137 18138 18139 |
# File 'sig/types.rbs', line 18137 def traffic_mirror_session_id @traffic_mirror_session_id end |
#traffic_mirror_target_id ⇒ ::String
Returns the value of attribute traffic_mirror_target_id.
18138 18139 18140 |
# File 'sig/types.rbs', line 18138 def traffic_mirror_target_id @traffic_mirror_target_id end |
#virtual_network_id ⇒ ::Integer
Returns the value of attribute virtual_network_id.
18144 18145 18146 |
# File 'sig/types.rbs', line 18144 def virtual_network_id @virtual_network_id end |