Class: Aws::NetworkSecurityManager::Types::ScopeReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::ScopeReference
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
A reference to a scope in a create or update request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scope_identifier ⇒ String
The identifier of the scope.
Instance Attribute Details
#scope_identifier ⇒ String
The identifier of the scope. This is the scope's Amazon Resource Name (ARN).
3760 3761 3762 3763 3764 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3760 class ScopeReference < Struct.new( :scope_identifier) SENSITIVE = [] include Aws::Structure end |