Class: Aws::QuickSight::Types::NamedEntityRef
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NamedEntityRef
- 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
-
#named_entity_name ⇒ String
The
NamedEntityNamefor theNamedEntityRef.
Instance Attribute Details
#named_entity_name ⇒ String
The NamedEntityName for the NamedEntityRef.
27023 27024 27025 27026 27027 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27023 class NamedEntityRef < Struct.new( :named_entity_name) SENSITIVE = [] include Aws::Structure end |