Class: Aws::IdentityStore::Types::UniqueAttribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb

Overview

An entity attribute that's unique to a specific entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_pathString

A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.

Returns:

  • (String)


1426
1427
1428
1429
1430
1431
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1426

class UniqueAttribute < Struct.new(
  :attribute_path,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_valueHash, ...

The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the CLI.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1426
1427
1428
1429
1430
1431
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1426

class UniqueAttribute < Struct.new(
  :attribute_path,
  :attribute_value)
  SENSITIVE = []
  include Aws::Structure
end