Class: Aws::Types::OutputColumnThreshold
- Inherits:
-
Object
- Object
- Aws::Types::OutputColumnThreshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#minimum_identity_count ⇒ ::Integer
Returns the value of attribute minimum_identity_count.
-
#output_column_name ⇒ ::String
Returns the value of attribute output_column_name.
Instance Attribute Details
#minimum_identity_count ⇒ ::Integer
Returns the value of attribute minimum_identity_count.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def minimum_identity_count @minimum_identity_count end |
#output_column_name ⇒ ::String
Returns the value of attribute output_column_name.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def output_column_name @output_column_name end |