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.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def client_token @client_token end |
#traffic_mirror_target ⇒ Types::TrafficMirrorTarget
Returns the value of attribute traffic_mirror_target.
3410 3411 3412 |
# File 'sig/types.rbs', line 3410 def traffic_mirror_target @traffic_mirror_target end |