Class: Aws::Types::RuleGroupSummary

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)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1587
1588
1589
# File 'sig/types.rbs', line 1587

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def name
  @name
end