Class: Aws::Types::LogGroupField
- Inherits:
-
Object
- Object
- Aws::Types::LogGroupField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#percent ⇒ ::Integer
Returns the value of attribute percent.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def name @name end |
#percent ⇒ ::Integer
Returns the value of attribute percent.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def percent @percent end |