Class: Aws::Types::TrafficMirrorTarget

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)


18155
18156
18157
# File 'sig/types.rbs', line 18155

def description
  @description
end

#gateway_load_balancer_endpoint_id::String

Returns the value of attribute gateway_load_balancer_endpoint_id.

Returns:

  • (::String)


18158
18159
18160
# File 'sig/types.rbs', line 18158

def gateway_load_balancer_endpoint_id
  @gateway_load_balancer_endpoint_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


18152
18153
18154
# File 'sig/types.rbs', line 18152

def network_interface_id
  @network_interface_id
end

#network_load_balancer_arn::String

Returns the value of attribute network_load_balancer_arn.

Returns:

  • (::String)


18153
18154
18155
# File 'sig/types.rbs', line 18153

def network_load_balancer_arn
  @network_load_balancer_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18156
18157
18158
# File 'sig/types.rbs', line 18156

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18157
18158
18159
# File 'sig/types.rbs', line 18157

def tags
  @tags
end

#traffic_mirror_target_id::String

Returns the value of attribute traffic_mirror_target_id.

Returns:

  • (::String)


18151
18152
18153
# File 'sig/types.rbs', line 18151

def traffic_mirror_target_id
  @traffic_mirror_target_id
end

#type"network-interface", ...

Returns the value of attribute type.

Returns:

  • ("network-interface", "network-load-balancer", "gateway-load-balancer-endpoint")


18154
18155
18156
# File 'sig/types.rbs', line 18154

def type
  @type
end