Class: Aws::IdentityStore::Types::UpdateGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier for a group in the identity store.

Returns:

  • (String)


1448
1449
1450
1451
1452
1453
1454
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1448

class UpdateGroupRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :operations)
  SENSITIVE = []
  include Aws::Structure
end

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


1448
1449
1450
1451
1452
1453
1454
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1448

class UpdateGroupRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :operations)
  SENSITIVE = []
  include Aws::Structure
end

#operationsArray<Types::AttributeOperation>

A list of AttributeOperation objects to apply to the requested group. These operations might add, replace, or remove an attribute.

Returns:



1448
1449
1450
1451
1452
1453
1454
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1448

class UpdateGroupRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :operations)
  SENSITIVE = []
  include Aws::Structure
end