Class: Aws::QuickSight::Types::NamedEntityDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A structure that represents a named entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The name of the entity.

Returns:

  • (String)


20615
20616
20617
20618
20619
20620
20621
20622
20623
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20615

class NamedEntityDefinition < Struct.new(
  :field_name,
  :property_name,
  :property_role,
  :property_usage,
  :metric)
  SENSITIVE = []
  include Aws::Structure
end

#metricTypes::NamedEntityDefinitionMetric

The definition of a metric.



20615
20616
20617
20618
20619
20620
20621
20622
20623
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20615

class NamedEntityDefinition < Struct.new(
  :field_name,
  :property_name,
  :property_role,
  :property_usage,
  :metric)
  SENSITIVE = []
  include Aws::Structure
end

#property_nameString

The property name to be used for the named entity.

Returns:

  • (String)


20615
20616
20617
20618
20619
20620
20621
20622
20623
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20615

class NamedEntityDefinition < Struct.new(
  :field_name,
  :property_name,
  :property_role,
  :property_usage,
  :metric)
  SENSITIVE = []
  include Aws::Structure
end

#property_roleString

The property role. Valid values for this structure are PRIMARY and ID.

Returns:

  • (String)


20615
20616
20617
20618
20619
20620
20621
20622
20623
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20615

class NamedEntityDefinition < Struct.new(
  :field_name,
  :property_name,
  :property_role,
  :property_usage,
  :metric)
  SENSITIVE = []
  include Aws::Structure
end

#property_usageString

The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.

Returns:

  • (String)


20615
20616
20617
20618
20619
20620
20621
20622
20623
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20615

class NamedEntityDefinition < Struct.new(
  :field_name,
  :property_name,
  :property_role,
  :property_usage,
  :metric)
  SENSITIVE = []
  include Aws::Structure
end