Class: Aws::NetworkSecurityManager::Types::ResourceSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::ResourceSet
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
A set of resources defined by explicit ARNs, a logical expression, or both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#explicit_arns ⇒ Array<String>
An explicit list of resource ARNs.
-
#expression ⇒ Types::ResourceLogicalExpression
A logical expression that selects resources by combining criteria with AND, OR, and NOT operators.
Instance Attribute Details
#explicit_arns ⇒ Array<String>
An explicit list of resource ARNs.
3583 3584 3585 3586 3587 3588 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3583 class ResourceSet < Struct.new( :explicit_arns, :expression) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ Types::ResourceLogicalExpression
A logical expression that selects resources by combining criteria with AND, OR, and NOT operators.
3583 3584 3585 3586 3587 3588 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3583 class ResourceSet < Struct.new( :explicit_arns, :expression) SENSITIVE = [] include Aws::Structure end |