Class: Aws::Types::NamedEntityDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


8152
8153
8154
# File 'sig/types.rbs', line 8152

def field_name
  @field_name
end

#is_hiddenBoolean

Returns the value of attribute is_hidden.

Returns:

  • (Boolean)


8159
8160
8161
# File 'sig/types.rbs', line 8159

def is_hidden
  @is_hidden
end

#metricTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PRIMARY", "ID")


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.

Returns:

  • ("INHERIT", "DIMENSION", "MEASURE")


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.

Returns:

  • (::Integer)


8157
8158
8159
# File 'sig/types.rbs', line 8157

def rank_order
  @rank_order
end