Class: Aws::Types::ManagedRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.



715
716
717
# File 'sig/types.rbs', line 715

def resource_arn
  @resource_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



716
717
718
# File 'sig/types.rbs', line 716

def tags
  @tags
end

#template_name::String

Returns the value of attribute template_name.



714
715
716
# File 'sig/types.rbs', line 714

def template_name
  @template_name
end