Class: Aws::NetworkSecurityManager::Types::AssociatedScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AssociatedScope
- 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
-
#scope_arn ⇒ String
The ARN of the associated scope.
Instance Attribute Details
#scope_arn ⇒ String
The ARN of the associated scope.
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 |