Class: Aws::Types::RuleGroupMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def name
  @name
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def vendor_name
  @vendor_name
end