Class: Aws::Types::DescribeTrafficMirrorTargetsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrafficMirrorTargetsResult
- 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_targets ⇒ ::Array[Types::TrafficMirrorTarget]
Returns the value of attribute traffic_mirror_targets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7349 7350 7351 |
# File 'sig/types.rbs', line 7349 def next_token @next_token end |
#traffic_mirror_targets ⇒ ::Array[Types::TrafficMirrorTarget]
Returns the value of attribute traffic_mirror_targets.
7348 7349 7350 |
# File 'sig/types.rbs', line 7348 def traffic_mirror_targets @traffic_mirror_targets end |