Class: Aws::Rekognition::Types::DeleteProjectPolicyRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy that you want to delete.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1602

class DeleteProjectPolicyRequest < Struct.new(
  :project_arn,
  :policy_name,
  :policy_revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_revision_idString

The ID of the project policy revision that you want to delete.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1602

class DeleteProjectPolicyRequest < Struct.new(
  :project_arn,
  :policy_name,
  :policy_revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#project_arnString

The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1602

class DeleteProjectPolicyRequest < Struct.new(
  :project_arn,
  :policy_name,
  :policy_revision_id)
  SENSITIVE = []
  include Aws::Structure
end