Class: Aws::QuickSight::Types::NamedEntityRef

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

Overview

The definition for a NamedEntityRef.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#named_entity_nameString

The NamedEntityName for the NamedEntityRef.

Returns:

  • (String)


25494
25495
25496
25497
25498
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25494

class NamedEntityRef < Struct.new(
  :named_entity_name)
  SENSITIVE = []
  include Aws::Structure
end