Class: Aws::Types::NamedEntityDefinition
- Inherits:
-
Object
- Object
- Aws::Types::NamedEntityDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#is_hidden ⇒ Boolean
Returns the value of attribute is_hidden.
-
#metric ⇒ Types::NamedEntityDefinitionMetric
Returns the value of attribute metric.
-
#presentation_order ⇒ ::Integer
Returns the value of attribute presentation_order.
-
#property_name ⇒ ::String
Returns the value of attribute property_name.
-
#property_role ⇒ "PRIMARY", "ID"
Returns the value of attribute property_role.
-
#property_usage ⇒ "INHERIT", ...
Returns the value of attribute property_usage.
-
#rank_order ⇒ ::Integer
Returns the value of attribute rank_order.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
8503 8504 8505 |
# File 'sig/types.rbs', line 8503 def field_name @field_name end |
#is_hidden ⇒ Boolean
Returns the value of attribute is_hidden.
8510 8511 8512 |
# File 'sig/types.rbs', line 8510 def is_hidden @is_hidden end |
#metric ⇒ Types::NamedEntityDefinitionMetric
Returns the value of attribute metric.
8507 8508 8509 |
# File 'sig/types.rbs', line 8507 def metric @metric end |
#presentation_order ⇒ ::Integer
Returns the value of attribute presentation_order.
8509 8510 8511 |
# File 'sig/types.rbs', line 8509 def presentation_order @presentation_order end |
#property_name ⇒ ::String
Returns the value of attribute property_name.
8504 8505 8506 |
# File 'sig/types.rbs', line 8504 def property_name @property_name end |
#property_role ⇒ "PRIMARY", "ID"
Returns the value of attribute property_role.
8505 8506 8507 |
# File 'sig/types.rbs', line 8505 def property_role @property_role end |
#property_usage ⇒ "INHERIT", ...
Returns the value of attribute property_usage.
8506 8507 8508 |
# File 'sig/types.rbs', line 8506 def property_usage @property_usage end |
#rank_order ⇒ ::Integer
Returns the value of attribute rank_order.
8508 8509 8510 |
# File 'sig/types.rbs', line 8508 def rank_order @rank_order end |