Class: Aws::EC2::Types::CreateTrafficMirrorSessionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Returns:

  • (String)


11209
11210
11211
11212
11213
11214
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11209

class CreateTrafficMirrorSessionResult < Struct.new(
  :traffic_mirror_session,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_mirror_sessionTypes::TrafficMirrorSession

Information about the Traffic Mirror session.



11209
11210
11211
11212
11213
11214
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11209

class CreateTrafficMirrorSessionResult < Struct.new(
  :traffic_mirror_session,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end