Class: Aws::QuickSight::Types::NamedEntityRef
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NamedEntityRef
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition for a ‘NamedEntityRef`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#named_entity_name ⇒ String
The ‘NamedEntityName` for the `NamedEntityRef`.
Instance Attribute Details
#named_entity_name ⇒ String
The ‘NamedEntityName` for the `NamedEntityRef`.
23887 23888 23889 23890 23891 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23887 class NamedEntityRef < Struct.new( :named_entity_name) SENSITIVE = [] include Aws::Structure end |