Class: Aws::Types::FilledMapShapeConditionalFormatting
- Inherits:
-
Object
- Object
- Aws::Types::FilledMapShapeConditionalFormatting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#format ⇒ Types::ShapeConditionalFormat
Returns the value of attribute format.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
5774 5775 5776 |
# File 'sig/types.rbs', line 5774 def field_id @field_id end |
#format ⇒ Types::ShapeConditionalFormat
Returns the value of attribute format.
5775 5776 5777 |
# File 'sig/types.rbs', line 5775 def format @format end |