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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b. For an Amazon Web Services Region , this identifier is the Region name, for example, us-west-2.

Returns:

  • (String)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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)


1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1910

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