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)


1614
1615
1616
1617
1618
1619
1620
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1614

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)


1614
1615
1616
1617
1618
1619
1620
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1614

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)


1614
1615
1616
1617
1618
1619
1620
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1614

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