Class: Aws::VerifiedPermissions::Types::DeleteIdentitySourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-verifiedpermissions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_source_idString

Specifies the ID of the identity source that you want to delete.

Returns:

  • (String)


1415
1416
1417
1418
1419
1420
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1415

class DeleteIdentitySourceInput < Struct.new(
  :policy_store_id,
  :identity_source_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_store_idString

Specifies the ID of the policy store that contains the identity source that you want to delete.

Returns:

  • (String)


1415
1416
1417
1418
1419
1420
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1415

class DeleteIdentitySourceInput < Struct.new(
  :policy_store_id,
  :identity_source_id)
  SENSITIVE = []
  include Aws::Structure
end