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.
14757 14758 14759 |
# File 'sig/types.rbs', line 14757 def created_date @created_date end |
#destination ⇒ ::String
Returns the value of attribute destination.
14759 14760 14761 |
# File 'sig/types.rbs', line 14759 def destination @destination end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
14761 14762 14763 |
# File 'sig/types.rbs', line 14761 def destination_arn @destination_arn end |
#destination_ip ⇒ ::String
Returns the value of attribute destination_ip.
14763 14764 14765 |
# File 'sig/types.rbs', line 14763 def destination_ip @destination_ip end |
#destination_port ⇒ ::Integer
Returns the value of attribute destination_port.
14765 14766 14767 |
# File 'sig/types.rbs', line 14765 def destination_port @destination_port end |
#filter_at_destination ⇒ Types::PathFilter
Returns the value of attribute filter_at_destination.
14768 14769 14770 |
# File 'sig/types.rbs', line 14768 def filter_at_destination @filter_at_destination end |
#filter_at_source ⇒ Types::PathFilter
Returns the value of attribute filter_at_source.
14767 14768 14769 |
# File 'sig/types.rbs', line 14767 def filter_at_source @filter_at_source end |
#network_insights_path_arn ⇒ ::String
Returns the value of attribute network_insights_path_arn.
14756 14757 14758 |
# File 'sig/types.rbs', line 14756 def network_insights_path_arn @network_insights_path_arn end |
#network_insights_path_id ⇒ ::String
Returns the value of attribute network_insights_path_id.
14755 14756 14757 |
# File 'sig/types.rbs', line 14755 def network_insights_path_id @network_insights_path_id end |
#protocol ⇒ "tcp", "udp"
Returns the value of attribute protocol.
14764 14765 14766 |
# File 'sig/types.rbs', line 14764 def protocol @protocol end |
#source ⇒ ::String
Returns the value of attribute source.
14758 14759 14760 |
# File 'sig/types.rbs', line 14758 def source @source end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
14760 14761 14762 |
# File 'sig/types.rbs', line 14760 def source_arn @source_arn end |
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
14762 14763 14764 |
# File 'sig/types.rbs', line 14762 def source_ip @source_ip end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
14766 14767 14768 |
# File 'sig/types.rbs', line 14766 def @tags end |