Class: Aws::QuickSight::Types::NamedEntityDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NamedEntityDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a named entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The name of the entity.
-
#metric ⇒ Types::NamedEntityDefinitionMetric
The definition of a metric.
-
#property_name ⇒ String
The property name to be used for the named entity.
-
#property_role ⇒ String
The property role.
-
#property_usage ⇒ String
The property usage.
Instance Attribute Details
#field_name ⇒ String
The name of the entity.
22594 22595 22596 22597 22598 22599 22600 22601 22602 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22594 class NamedEntityDefinition < Struct.new( :field_name, :property_name, :property_role, :property_usage, :metric) SENSITIVE = [] include Aws::Structure end |
#metric ⇒ Types::NamedEntityDefinitionMetric
The definition of a metric.
22594 22595 22596 22597 22598 22599 22600 22601 22602 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22594 class NamedEntityDefinition < Struct.new( :field_name, :property_name, :property_role, :property_usage, :metric) SENSITIVE = [] include Aws::Structure end |
#property_name ⇒ String
The property name to be used for the named entity.
22594 22595 22596 22597 22598 22599 22600 22601 22602 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22594 class NamedEntityDefinition < Struct.new( :field_name, :property_name, :property_role, :property_usage, :metric) SENSITIVE = [] include Aws::Structure end |
#property_role ⇒ String
The property role. Valid values for this structure are ‘PRIMARY` and `ID`.
22594 22595 22596 22597 22598 22599 22600 22601 22602 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22594 class NamedEntityDefinition < Struct.new( :field_name, :property_name, :property_role, :property_usage, :metric) SENSITIVE = [] include Aws::Structure end |
#property_usage ⇒ String
The property usage. Valid values for this structure are ‘INHERIT`, `DIMENSION`, and `MEASURE`.
22594 22595 22596 22597 22598 22599 22600 22601 22602 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22594 class NamedEntityDefinition < Struct.new( :field_name, :property_name, :property_role, :property_usage, :metric) SENSITIVE = [] include Aws::Structure end |