Class: Aws::Types::DescribeTrafficMirrorSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrafficMirrorSessionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#traffic_mirror_session_ids ⇒ ::Array[::String]
Returns the value of attribute traffic_mirror_session_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7508 7509 7510 |
# File 'sig/types.rbs', line 7508 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7509 7510 7511 |
# File 'sig/types.rbs', line 7509 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7510 7511 7512 |
# File 'sig/types.rbs', line 7510 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7511 7512 7513 |
# File 'sig/types.rbs', line 7511 def next_token @next_token end |
#traffic_mirror_session_ids ⇒ ::Array[::String]
Returns the value of attribute traffic_mirror_session_ids.
7507 7508 7509 |
# File 'sig/types.rbs', line 7507 def traffic_mirror_session_ids @traffic_mirror_session_ids end |