Class: Aws::QuickSight::Types::Identifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Identifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition for the identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity ⇒ String
The identity of the identifier.
Instance Attribute Details
#identity ⇒ String
The identity of the identifier.
17729 17730 17731 17732 17733 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17729 class Identifier < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end |