Class: Aws::QuickSight::Types::Identifier

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The definition for the identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identityString

The identity of the identifier.

Returns:

  • (String)


17658
17659
17660
17661
17662
# File 'lib/aws-sdk-quicksight/types.rb', line 17658

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