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.
5508 5509 5510 |
# File 'sig/types.rbs', line 5508 def field_id @field_id end |
#format ⇒ Types::ShapeConditionalFormat
Returns the value of attribute format.
5509 5510 5511 |
# File 'sig/types.rbs', line 5509 def format @format end |