Class: Aws::NetworkFlowMonitor::Types::UpdateScopeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scope_arnString

The Amazon Resource Name (ARN) of the scope.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

class UpdateScopeOutput < Struct.new(
  :scope_id,
  :status,
  :scope_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#scope_idString

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.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

class UpdateScopeOutput < Struct.new(
  :scope_id,
  :status,
  :scope_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

class UpdateScopeOutput < Struct.new(
  :scope_id,
  :status,
  :scope_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for a scope.

Returns:

  • (Hash<String,String>)


1835
1836
1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-networkflowmonitor/lib/aws-sdk-networkflowmonitor/types.rb', line 1835

class UpdateScopeOutput < Struct.new(
  :scope_id,
  :status,
  :scope_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end