Class: Aws::Types::ModifyTrafficMirrorSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTrafficMirrorSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#packet_length ⇒ ::Integer
Returns the value of attribute packet_length.
-
#remove_fields ⇒ ::Array[("packet-length" | "description" | "virtual-network-id")]
Returns the value of attribute remove_fields.
-
#session_number ⇒ ::Integer
Returns the value of attribute session_number.
-
#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.
13950 13951 13952 |
# File 'sig/types.rbs', line 13950 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13952 13953 13954 |
# File 'sig/types.rbs', line 13952 def dry_run @dry_run end |
#packet_length ⇒ ::Integer
Returns the value of attribute packet_length.
13947 13948 13949 |
# File 'sig/types.rbs', line 13947 def packet_length @packet_length end |
#remove_fields ⇒ ::Array[("packet-length" | "description" | "virtual-network-id")]
Returns the value of attribute remove_fields.
13951 13952 13953 |
# File 'sig/types.rbs', line 13951 def remove_fields @remove_fields end |
#session_number ⇒ ::Integer
Returns the value of attribute session_number.
13948 13949 13950 |
# File 'sig/types.rbs', line 13948 def session_number @session_number end |
#traffic_mirror_filter_id ⇒ ::String
Returns the value of attribute traffic_mirror_filter_id.
13946 13947 13948 |
# File 'sig/types.rbs', line 13946 def traffic_mirror_filter_id @traffic_mirror_filter_id end |
#traffic_mirror_session_id ⇒ ::String
Returns the value of attribute traffic_mirror_session_id.
13944 13945 13946 |
# File 'sig/types.rbs', line 13944 def traffic_mirror_session_id @traffic_mirror_session_id end |
#traffic_mirror_target_id ⇒ ::String
Returns the value of attribute traffic_mirror_target_id.
13945 13946 13947 |
# File 'sig/types.rbs', line 13945 def traffic_mirror_target_id @traffic_mirror_target_id end |
#virtual_network_id ⇒ ::Integer
Returns the value of attribute virtual_network_id.
13949 13950 13951 |
# File 'sig/types.rbs', line 13949 def virtual_network_id @virtual_network_id end |