Class: Aws::NetworkSecurityManager::Types::ResourceAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arn ⇒ String

The ARN of the associated resource.

Returns:

  • (String)


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.

Returns:

  • (String)


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