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.
8152 8153 8154 |
# File 'sig/types.rbs', line 8152 def field_name @field_name end |
#is_hidden ⇒ Boolean
Returns the value of attribute is_hidden.
8159 8160 8161 |
# File 'sig/types.rbs', line 8159 def is_hidden @is_hidden end |
#metric ⇒ Types::NamedEntityDefinitionMetric
Returns the value of attribute metric.
8156 8157 8158 |
# File 'sig/types.rbs', line 8156 def metric @metric end |
#presentation_order ⇒ ::Integer
Returns the value of attribute presentation_order.
8158 8159 8160 |
# File 'sig/types.rbs', line 8158 def presentation_order @presentation_order end |
#property_name ⇒ ::String
Returns the value of attribute property_name.
8153 8154 8155 |
# File 'sig/types.rbs', line 8153 def property_name @property_name end |
#property_role ⇒ "PRIMARY", "ID"
Returns the value of attribute property_role.
8154 8155 8156 |
# File 'sig/types.rbs', line 8154 def property_role @property_role end |
#property_usage ⇒ "INHERIT", ...
Returns the value of attribute property_usage.
8155 8156 8157 |
# File 'sig/types.rbs', line 8155 def property_usage @property_usage end |
#rank_order ⇒ ::Integer
Returns the value of attribute rank_order.
8157 8158 8159 |
# File 'sig/types.rbs', line 8157 def rank_order @rank_order end |