Class: Aws::Types::DescribeManagedRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


461
462
463
# File 'sig/types.rbs', line 461

def scope
  @scope
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def vendor_name
  @vendor_name
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def version_name
  @version_name
end