Class: Aws::NetworkFlowMonitor::Types::MonitorLocalResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb

Overview

A local resource is the host where the agent is installed. Local resources can be a a subnet, a VPC, or an Availability Zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the local resource, such as an ARN.

Returns:

  • (String)


837
838
839
840
841
842
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 837

class MonitorLocalResource < Struct.new(
  :type,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the local resource. Valid values are AWS::EC2::VPC AWS::AvailabilityZone or AWS::EC2::Subnet.

Returns:

  • (String)


837
838
839
840
841
842
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 837

class MonitorLocalResource < Struct.new(
  :type,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end