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.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def name @name end |
#percent ⇒ ::Integer
Returns the value of attribute percent.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def percent @percent end |