Class: Aws::Types::CreateTrafficMirrorSessionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3388
3389
3390
# File 'sig/types.rbs', line 3388

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3385
3386
3387
# File 'sig/types.rbs', line 3385

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3387
3388
3389
# File 'sig/types.rbs', line 3387

def dry_run
  @dry_run
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


3379
3380
3381
# File 'sig/types.rbs', line 3379

def network_interface_id
  @network_interface_id
end

#packet_length::Integer

Returns the value of attribute packet_length.

Returns:

  • (::Integer)


3382
3383
3384
# File 'sig/types.rbs', line 3382

def packet_length
  @packet_length
end

#session_number::Integer

Returns the value of attribute session_number.

Returns:

  • (::Integer)


3383
3384
3385
# File 'sig/types.rbs', line 3383

def session_number
  @session_number
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3386
3387
3388
# File 'sig/types.rbs', line 3386

def tag_specifications
  @tag_specifications
end

#traffic_mirror_filter_id::String

Returns the value of attribute traffic_mirror_filter_id.

Returns:

  • (::String)


3381
3382
3383
# File 'sig/types.rbs', line 3381

def traffic_mirror_filter_id
  @traffic_mirror_filter_id
end

#traffic_mirror_target_id::String

Returns the value of attribute traffic_mirror_target_id.

Returns:

  • (::String)


3380
3381
3382
# File 'sig/types.rbs', line 3380

def traffic_mirror_target_id
  @traffic_mirror_target_id
end

#virtual_network_id::Integer

Returns the value of attribute virtual_network_id.

Returns:

  • (::Integer)


3384
3385
3386
# File 'sig/types.rbs', line 3384

def virtual_network_id
  @virtual_network_id
end