Class: Aws::Types::TrafficMirrorTarget
- Inherits:
-
Object
- Object
- Aws::Types::TrafficMirrorTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#gateway_load_balancer_endpoint_id ⇒ ::String
Returns the value of attribute gateway_load_balancer_endpoint_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#network_load_balancer_arn ⇒ ::String
Returns the value of attribute network_load_balancer_arn.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#traffic_mirror_target_id ⇒ ::String
Returns the value of attribute traffic_mirror_target_id.
-
#type ⇒ "network-interface", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
17844 17845 17846 |
# File 'sig/types.rbs', line 17844 def description @description end |
#gateway_load_balancer_endpoint_id ⇒ ::String
Returns the value of attribute gateway_load_balancer_endpoint_id.
17847 17848 17849 |
# File 'sig/types.rbs', line 17847 def gateway_load_balancer_endpoint_id @gateway_load_balancer_endpoint_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
17841 17842 17843 |
# File 'sig/types.rbs', line 17841 def network_interface_id @network_interface_id end |
#network_load_balancer_arn ⇒ ::String
Returns the value of attribute network_load_balancer_arn.
17842 17843 17844 |
# File 'sig/types.rbs', line 17842 def network_load_balancer_arn @network_load_balancer_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17845 17846 17847 |
# File 'sig/types.rbs', line 17845 def owner_id @owner_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17846 17847 17848 |
# File 'sig/types.rbs', line 17846 def @tags end |
#traffic_mirror_target_id ⇒ ::String
Returns the value of attribute traffic_mirror_target_id.
17840 17841 17842 |
# File 'sig/types.rbs', line 17840 def traffic_mirror_target_id @traffic_mirror_target_id end |
#type ⇒ "network-interface", ...
Returns the value of attribute type.
17843 17844 17845 |
# File 'sig/types.rbs', line 17843 def type @type end |