Class: Aws::IdentityStore::Types::AttributeOperation

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

Overview

An operation that applies to the requested group. This operation might add, replace, or remove an attribute.

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)


130
131
132
133
134
135
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 130

class AttributeOperation < 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)


130
131
132
133
134
135
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 130

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