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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


21375
21376
21377
21378
21379
# File 'lib/aws-sdk-quicksight/types.rb', line 21375

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