Class: Aws::Types::CreateTrafficMirrorSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficMirrorSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#packet_length ⇒ ::Integer
Returns the value of attribute packet_length.
-
#session_number ⇒ ::Integer
Returns the value of attribute session_number.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#traffic_mirror_filter_id ⇒ ::String
Returns the value of attribute traffic_mirror_filter_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
#client_token ⇒ ::String
Returns the value of attribute client_token.
3276 3277 3278 |
# File 'sig/types.rbs', line 3276 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
3267 3268 3269 |
# File 'sig/types.rbs', line 3267 def network_interface_id @network_interface_id end |
#packet_length ⇒ ::Integer
Returns the value of attribute packet_length.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def packet_length @packet_length end |
#session_number ⇒ ::Integer
Returns the value of attribute session_number.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def session_number @session_number end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def tag_specifications @tag_specifications end |
#traffic_mirror_filter_id ⇒ ::String
Returns the value of attribute traffic_mirror_filter_id.
3269 3270 3271 |
# File 'sig/types.rbs', line 3269 def traffic_mirror_filter_id @traffic_mirror_filter_id end |
#traffic_mirror_target_id ⇒ ::String
Returns the value of attribute traffic_mirror_target_id.
3268 3269 3270 |
# File 'sig/types.rbs', line 3268 def traffic_mirror_target_id @traffic_mirror_target_id end |
#virtual_network_id ⇒ ::Integer
Returns the value of attribute virtual_network_id.
3272 3273 3274 |
# File 'sig/types.rbs', line 3272 def virtual_network_id @virtual_network_id end |