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.
7622 7623 7624 |
# File 'sig/types.rbs', line 7622 def next_token @next_token end |
#traffic_mirror_targets ⇒ ::Array[Types::TrafficMirrorTarget]
Returns the value of attribute traffic_mirror_targets.
7621 7622 7623 |
# File 'sig/types.rbs', line 7621 def traffic_mirror_targets @traffic_mirror_targets end |