Class: Aws::Types::ModifyTrafficMirrorSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


14247
14248
14249
# File 'sig/types.rbs', line 14247

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14249
14250
14251
# File 'sig/types.rbs', line 14249

def dry_run
  @dry_run
end

#packet_length::Integer

Returns the value of attribute packet_length.

Returns:

  • (::Integer)


14244
14245
14246
# File 'sig/types.rbs', line 14244

def packet_length
  @packet_length
end

#remove_fields::Array[("packet-length" | "description" | "virtual-network-id")]

Returns the value of attribute remove_fields.

Returns:

  • (::Array[("packet-length" | "description" | "virtual-network-id")])


14248
14249
14250
# File 'sig/types.rbs', line 14248

def remove_fields
  @remove_fields
end

#session_number::Integer

Returns the value of attribute session_number.

Returns:

  • (::Integer)


14245
14246
14247
# File 'sig/types.rbs', line 14245

def session_number
  @session_number
end

#traffic_mirror_filter_id::String

Returns the value of attribute traffic_mirror_filter_id.

Returns:

  • (::String)


14243
14244
14245
# File 'sig/types.rbs', line 14243

def traffic_mirror_filter_id
  @traffic_mirror_filter_id
end

#traffic_mirror_session_id::String

Returns the value of attribute traffic_mirror_session_id.

Returns:

  • (::String)


14241
14242
14243
# File 'sig/types.rbs', line 14241

def traffic_mirror_session_id
  @traffic_mirror_session_id
end

#traffic_mirror_target_id::String

Returns the value of attribute traffic_mirror_target_id.

Returns:

  • (::String)


14242
14243
14244
# File 'sig/types.rbs', line 14242

def traffic_mirror_target_id
  @traffic_mirror_target_id
end

#virtual_network_id::Integer

Returns the value of attribute virtual_network_id.

Returns:

  • (::Integer)


14246
14247
14248
# File 'sig/types.rbs', line 14246

def virtual_network_id
  @virtual_network_id
end