Class: Aws::NetworkFlowMonitor::Types::TargetResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFlowMonitor::Types::TargetResource
- 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
-
#region ⇒ String
The Amazon Web Services Region where the target resource is located.
-
#target_identifier ⇒ Types::TargetIdentifier
A target identifier is a pair of identifying information for a resource that is included in a target.
Instance Attribute Details
#region ⇒ String
The Amazon Web Services Region where the target resource is located.
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_identifier ⇒ Types::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 |