Class: Aws::Types::NetworkInsightsPath
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInsightsPath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#destination_ip ⇒ ::String
Returns the value of attribute destination_ip.
-
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
-
#filter_at_destination ⇒ Types::PathFilter
Returns the value of attribute filter_at_destination.
-
#filter_at_source ⇒ Types::PathFilter
Returns the value of attribute filter_at_source.
-
#network_insights_path_arn ⇒ ::String
Returns the value of attribute network_insights_path_arn.
-
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
-
#protocol ⇒ "tcp", "udp"
Returns the value of attribute protocol.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
15054 15055 15056 |
# File 'sig/types.rbs', line 15054 def created_date @created_date end |
#destination ⇒ ::String
Returns the value of attribute destination.
15056 15057 15058 |
# File 'sig/types.rbs', line 15056 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
15058 15059 15060 |
# File 'sig/types.rbs', line 15058 def destination_arn @destination_arn end |
#destination_ip ⇒ ::String
Returns the value of attribute destination_ip.
15060 15061 15062 |
# File 'sig/types.rbs', line 15060 def destination_ip @destination_ip end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
15062 15063 15064 |
# File 'sig/types.rbs', line 15062 def destination_port @destination_port end |
#filter_at_destination ⇒ Types::PathFilter
Returns the value of attribute filter_at_destination.
15065 15066 15067 |
# File 'sig/types.rbs', line 15065 def filter_at_destination @filter_at_destination end |
#filter_at_source ⇒ Types::PathFilter
Returns the value of attribute filter_at_source.
15064 15065 15066 |
# File 'sig/types.rbs', line 15064 def filter_at_source @filter_at_source end |
#network_insights_path_arn ⇒ ::String
Returns the value of attribute network_insights_path_arn.
15053 15054 15055 |
# File 'sig/types.rbs', line 15053 def network_insights_path_arn @network_insights_path_arn end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
15052 15053 15054 |
# File 'sig/types.rbs', line 15052 def network_insights_path_id @network_insights_path_id end |
#protocol ⇒ "tcp", "udp"
Returns the value of attribute protocol.
15061 15062 15063 |
# File 'sig/types.rbs', line 15061 def protocol @protocol end |
#source ⇒ ::String
Returns the value of attribute source.
15055 15056 15057 |
# File 'sig/types.rbs', line 15055 def source @source end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
15057 15058 15059 |
# File 'sig/types.rbs', line 15057 def source_arn @source_arn end |
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
15059 15060 15061 |
# File 'sig/types.rbs', line 15059 def source_ip @source_ip end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15063 15064 15065 |
# File 'sig/types.rbs', line 15063 def @tags end |