Class: Aws::NetworkFlowMonitor::Types::WorkloadInsightsTopContributorsRow

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The account ID for a specific row of data.

Returns:

  • (String)

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_azString

The identifier for the Availability Zone where the local resource is located.

Returns:

  • (String)

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_regionString

The Amazon Web Services Region where the local resource is located.

Returns:

  • (String)

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_arnString

The Amazon Resource Name (ARN) of a local subnet.

Returns:

  • (String)

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_idString

The subnet identifier for the local resource.

Returns:

  • (String)

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_arnString

The Amazon Resource Name (ARN) of a local VPC.

Returns:

  • (String)

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_idString

The identifier for the VPC for the local resource.

Returns:

  • (String)

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_identifierString

The identifier of a remote resource.

Returns:

  • (String)

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

#valueInteger

The value for a metric.

Returns:

  • (Integer)

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