Class: Aws::Types::CreateTrafficMirrorTargetResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficMirrorTargetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#traffic_mirror_target ⇒ Types::TrafficMirrorTarget
Returns the value of attribute traffic_mirror_target.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def client_token @client_token end |
#traffic_mirror_target ⇒ Types::TrafficMirrorTarget
Returns the value of attribute traffic_mirror_target.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def traffic_mirror_target @traffic_mirror_target end |