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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identityString

The identity of the identifier.

Returns:

  • (String)


17853
17854
17855
17856
17857
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17853

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