Class: Aws::Types::Field
- Inherits:
-
Object
- Object
- Aws::Types::Field
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "Min", ...
Returns the value of attribute aggregation.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#aggregation ⇒ "Min", ...
Returns the value of attribute aggregation.
666 667 668 |
# File 'sig/types.rbs', line 666 def aggregation @aggregation end |
#name ⇒ ::String
Returns the value of attribute name.
667 668 669 |
# File 'sig/types.rbs', line 667 def name @name end |