Class: Aws::NetworkSecurityManager::Types::AssociatedScope

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

Overview

An association between a deployment and a scope, as returned in outputs. The corresponding request structure is ScopeReference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scope_arn ⇒ String

The ARN of the associated scope.

Returns:

  • (String)


405
406
407
408
409
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 405

class AssociatedScope < Struct.new(
  :scope_arn)
  SENSITIVE = []
  include Aws::Structure
end