Class: Aws::QuickSight::Types::Identifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Identifier
- Defined in:
- gems/aws-sdk-quicksight/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.
19276 19277 19278 19279 19280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19276 class Identifier < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end |