Class: Aws::NetworkFlowMonitor::Types::WorkloadInsightsTopContributorsRow
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFlowMonitor::Types::WorkloadInsightsTopContributorsRow
- Defined in:
- gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb
Overview
A row for a top contributor for a scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID for a specific row of data.
-
#local_az ⇒ String
The identifier for the Availability Zone where the local resource is located.
-
#local_region ⇒ String
The Amazon Web Services Region where the local resource is located.
-
#local_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of a local subnet.
-
#local_subnet_id ⇒ String
The subnet identifier for the local resource.
-
#local_vpc_arn ⇒ String
The Amazon Resource Name (ARN) of a local VPC.
-
#local_vpc_id ⇒ String
The identifier for the VPC for the local resource.
-
#remote_identifier ⇒ String
The identifier of a remote resource.
-
#value ⇒ Integer
The value for a metric.
Instance Attribute Details
#account_id ⇒ String
The account ID for a specific row of data.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_az ⇒ String
The identifier for the Availability Zone where the local resource is located.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_region ⇒ String
The Amazon Web Services Region where the local resource is located.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_subnet_arn ⇒ String
The Amazon Resource Name (ARN) of a local subnet.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_subnet_id ⇒ String
The subnet identifier for the local resource.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_vpc_arn ⇒ String
The Amazon Resource Name (ARN) of a local VPC.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#local_vpc_id ⇒ String
The identifier for the VPC for the local resource.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#remote_identifier ⇒ String
The identifier of a remote resource.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The value for a metric.
1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1811 class WorkloadInsightsTopContributorsRow < Struct.new( :account_id, :local_subnet_id, :local_az, :local_vpc_id, :local_region, :remote_identifier, :value, :local_subnet_arn, :local_vpc_arn) SENSITIVE = [] include Aws::Structure end |