Class: Aws::Types::DeleteTrafficMirrorSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTrafficMirrorSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#traffic_mirror_session_id ⇒ ::String
Returns the value of attribute traffic_mirror_session_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4642 4643 4644 |
# File 'sig/types.rbs', line 4642 def dry_run @dry_run end |
#traffic_mirror_session_id ⇒ ::String
Returns the value of attribute traffic_mirror_session_id.
4641 4642 4643 |
# File 'sig/types.rbs', line 4641 def traffic_mirror_session_id @traffic_mirror_session_id end |