Class: Aws::Types::DescribeTrafficMirrorSessionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrafficMirrorSessionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#traffic_mirror_sessions ⇒ ::Array[Types::TrafficMirrorSession]
Returns the value of attribute traffic_mirror_sessions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7334 7335 7336 |
# File 'sig/types.rbs', line 7334 def next_token @next_token end |
#traffic_mirror_sessions ⇒ ::Array[Types::TrafficMirrorSession]
Returns the value of attribute traffic_mirror_sessions.
7333 7334 7335 |
# File 'sig/types.rbs', line 7333 def traffic_mirror_sessions @traffic_mirror_sessions end |