Class: Aws::CloudWatchLogs::Types::DeleteResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy to be revoked. This parameter is required.

Returns:

  • (String)


857
858
859
860
861
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 857

class DeleteResourcePolicyRequest < Struct.new(
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end