Class: Aws::IdentityStore::Types::DeleteGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


400
401
402
403
404
405
# File 'lib/aws-sdk-identitystore/types.rb', line 400

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

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


400
401
402
403
404
405
# File 'lib/aws-sdk-identitystore/types.rb', line 400

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