Class: Aws::NetworkFlowMonitor::Types::TargetResource

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

Overview

A target resource in a scope. The resource is identified by a Region and a target identifier, which includes a target ID and a target type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regionString

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

Returns:

  • (String)


1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1498

class TargetResource < Struct.new(
  :target_identifier,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifierTypes::TargetIdentifier

A target identifier is a pair of identifying information for a resource that is included in a target. A target identifier includes the target ID and the target type.



1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1498

class TargetResource < Struct.new(
  :target_identifier,
  :region)
  SENSITIVE = []
  include Aws::Structure
end