Class: Aws::CloudWatchLogs::Types::DeleteAccountPolicyRequest

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 delete.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1365

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

#policy_typeString

The type of policy to delete.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1365

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