Class: Aws::NetworkSecurityManager::Types::ResourceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::ResourceAssociation
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Describes an association between a resource and another entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the associated resource.
-
#resource_type ⇒ String
The type of the associated resource, such as
Policy,Template, orDeployment.
Instance Attribute Details
#arn ⇒ String
The ARN of the associated resource.
3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3437 class ResourceAssociation < Struct.new( :arn, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the associated resource, such as Policy, Template,
or Deployment.
3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3437 class ResourceAssociation < Struct.new( :arn, :resource_type) SENSITIVE = [] include Aws::Structure end |