Class: Aws::NetworkFlowMonitor::Types::GetScopeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFlowMonitor::Types::GetScopeOutput
- Defined in:
- gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scope_arn ⇒ String
The Amazon Resource Name (ARN) of the scope.
-
#scope_id ⇒ String
The identifier for the scope that includes the resources you want to get data results for.
-
#status ⇒ String
The status for a scope.
-
#tags ⇒ Hash<String,String>
The tags for a scope.
-
#targets ⇒ Array<Types::TargetResource>
The targets to define the scope to be monitored.
Instance Attribute Details
#scope_arn ⇒ String
The Amazon Resource Name (ARN) of the scope.
688 689 690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 688 class GetScopeOutput < Struct.new( :scope_id, :status, :scope_arn, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#scope_id ⇒ String
The identifier for the scope that includes the resources you want to
get data results for. A scope ID is an internally-generated
identifier that includes all the resources for a specific root
account. A scope ID is returned from a CreateScope API call.
688 689 690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 688 class GetScopeOutput < Struct.new( :scope_id, :status, :scope_arn, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for a scope. The status can be one of the following:
SUCCEEDED, IN_PROGRESS, FAILED, DEACTIVATING, or
DEACTIVATED.
A status of DEACTIVATING means that you've requested a scope to
be deactivated and Network Flow Monitor is in the process of
deactivating the scope. A status of DEACTIVATED means that the
deactivating process is complete.
688 689 690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 688 class GetScopeOutput < Struct.new( :scope_id, :status, :scope_arn, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for a scope.
688 689 690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 688 class GetScopeOutput < Struct.new( :scope_id, :status, :scope_arn, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::TargetResource>
The targets to define the scope to be monitored. A target is an array of targetResources, which are currently Region-account pairs, defined by targetResource constructs.
688 689 690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 688 class GetScopeOutput < Struct.new( :scope_id, :status, :scope_arn, :targets, :tags) SENSITIVE = [] include Aws::Structure end |