Class: Aws::PrometheusService::Types::DeleteResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the request is safe to retry (idempotent).

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


615
616
617
618
619
620
621
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 615

class DeleteResourcePolicyRequest < Struct.new(
  :workspace_id,
  :client_token,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision ID of the policy to delete. Use this parameter to ensure that you are deleting the correct version of the policy.

Returns:

  • (String)


615
616
617
618
619
620
621
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 615

class DeleteResourcePolicyRequest < Struct.new(
  :workspace_id,
  :client_token,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace from which to delete the resource-based policy.

Returns:

  • (String)


615
616
617
618
619
620
621
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 615

class DeleteResourcePolicyRequest < Struct.new(
  :workspace_id,
  :client_token,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end