Class: Aws::Types::CreateTrafficMirrorSessionResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficMirrorSessionResult
- 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_session ⇒ Types::TrafficMirrorSession
Returns the value of attribute traffic_mirror_session.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3282 3283 3284 |
# File 'sig/types.rbs', line 3282 def client_token @client_token end |
#traffic_mirror_session ⇒ Types::TrafficMirrorSession
Returns the value of attribute traffic_mirror_session.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def traffic_mirror_session @traffic_mirror_session end |