Class: Aws::NetworkFlowMonitor::Types::MonitorTopContributorsRow
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFlowMonitor::Types::MonitorTopContributorsRow
- Defined in:
- gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb
Overview
A set of information for a top contributor network flow in a monitor. In a monitor, Network Flow Monitor returns information about the network flows for top contributors for each metric. Top contributors are network flows with the top values for each metric type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_category ⇒ String
The destination category for a top contributors row.
-
#dnat_ip ⇒ String
The destination network address translation (DNAT) IP address for a top contributor network flow.
-
#kubernetes_metadata ⇒ Types::KubernetesMetadata
Meta data about Kubernetes resources.
-
#local_az ⇒ String
The Availability Zone for the local resource for a top contributor network flow.
-
#local_instance_arn ⇒ String
The Amazon Resource Name (ARN) of a local resource.
-
#local_instance_id ⇒ String
The instance identifier for the local resource for a top contributor network flow.
-
#local_ip ⇒ String
The IP address of the local resource for a top contributor network flow.
-
#local_region ⇒ String
The Amazon Web Services Region for the local resource for a top contributor network flow.
-
#local_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of a local subnet.
-
#local_subnet_id ⇒ String
The subnet ID for the local resource for a top contributor network flow.
-
#local_vpc_arn ⇒ String
The Amazon Resource Name (ARN) of a local VPC.
-
#local_vpc_id ⇒ String
The VPC ID for a top contributor network flow for the local resource.
-
#remote_az ⇒ String
The Availability Zone for the remote resource for a top contributor network flow.
-
#remote_instance_arn ⇒ String
The Amazon Resource Name (ARN) of a remote resource.
-
#remote_instance_id ⇒ String
The instance identifier for the remote resource for a top contributor network flow.
-
#remote_ip ⇒ String
The IP address of the remote resource for a top contributor network flow.
-
#remote_region ⇒ String
The Amazon Web Services Region for the remote resource for a top contributor network flow.
-
#remote_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of a remote subnet.
-
#remote_subnet_id ⇒ String
The subnet ID for the remote resource for a top contributor network flow.
-
#remote_vpc_arn ⇒ String
The Amazon Resource Name (ARN) of a remote VPC.
-
#remote_vpc_id ⇒ String
The VPC ID for a top contributor network flow for the remote resource.
-
#snat_ip ⇒ String
The secure network address translation (SNAT) IP address for a top contributor network flow.
-
#target_port ⇒ Integer
The target port.
-
#traversed_constructs ⇒ Array<Types::TraversedComponent>
The constructs traversed by a network flow.
-
#value ⇒ Integer
The value of the metric for a top contributor network flow.
Instance Attribute Details
#destination_category ⇒ String
The destination category for a top contributors row. Destination categories can be one of the following:
INTRA_AZ
: Top contributor network flows within a single Availability ZoneINTER_AZ
: Top contributor network flows between Availability ZonesINTER_VPC
: Top contributor network flows between VPCsAWS_SERVICES
: Top contributor network flows to or from Amazon Web Services servicesUNCLASSIFIED
: Top contributor network flows that do not have a bucket classification
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#dnat_ip ⇒ String
The destination network address translation (DNAT) IP address for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#kubernetes_metadata ⇒ Types::KubernetesMetadata
Meta data about Kubernetes resources.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_az ⇒ String
The Availability Zone for the local resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_instance_arn ⇒ String
The Amazon Resource Name (ARN) of a local resource.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_instance_id ⇒ String
The instance identifier for the local resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_ip ⇒ String
The IP address of the local resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_region ⇒ String
The Amazon Web Services Region for the local resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of a local subnet.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_subnet_id ⇒ String
The subnet ID for the local resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_vpc_arn ⇒ String
The Amazon Resource Name (ARN) of a local VPC.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_vpc_id ⇒ String
The VPC ID for a top contributor network flow for the local resource.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_az ⇒ String
The Availability Zone for the remote resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_instance_arn ⇒ String
The Amazon Resource Name (ARN) of a remote resource.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_instance_id ⇒ String
The instance identifier for the remote resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_ip ⇒ String
The IP address of the remote resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_region ⇒ String
The Amazon Web Services Region for the remote resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of a remote subnet.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_subnet_id ⇒ String
The subnet ID for the remote resource for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_vpc_arn ⇒ String
The Amazon Resource Name (ARN) of a remote VPC.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_vpc_id ⇒ String
The VPC ID for a top contributor network flow for the remote resource.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#snat_ip ⇒ String
The secure network address translation (SNAT) IP address for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#target_port ⇒ Integer
The target port.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#traversed_constructs ⇒ Array<Types::TraversedComponent>
The constructs traversed by a network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The value of the metric for a top contributor network flow.
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1050 class MonitorTopContributorsRow < Struct.new( :local_ip, :snat_ip, :local_instance_id, :local_vpc_id, :local_region, :local_az, :local_subnet_id, :target_port, :destination_category, :remote_vpc_id, :remote_region, :remote_az, :remote_subnet_id, :remote_instance_id, :remote_ip, :dnat_ip, :value, :traversed_constructs, :kubernetes_metadata, :local_instance_arn, :local_subnet_arn, :local_vpc_arn, :remote_instance_arn, :remote_subnet_arn, :remote_vpc_arn) SENSITIVE = [] include Aws::Structure end |