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 an account, defined by a target identifier. A target identifier is
made up of a target ID (currently always an account ID) and a target
type (currently always ACCOUNT).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region ⇒ String
The Amazon Web Services Region for the scope.
-
#target_identifier ⇒ Types::TargetIdentifier
A target identifier is a pair of identifying information for a scope.
Instance Attribute Details
#region ⇒ String
The Amazon Web Services Region for the scope.
1574 1575 1576 1577 1578 1579 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1574 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 scope. A target identifier is made up of a targetID (currently always an account ID) and a targetType (currently always an account).
1574 1575 1576 1577 1578 1579 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1574 class TargetResource < Struct.new( :target_identifier, :region) SENSITIVE = [] include Aws::Structure end |