Class: Aws::Types::ManagedRuleGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def name
  @name
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def vendor_name
  @vendor_name
end

#versioning_supportedBoolean

Returns the value of attribute versioning_supported.

Returns:

  • (Boolean)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def versioning_supported
  @versioning_supported
end