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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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)


1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

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