Class: Aws::CloudWatchLogs::Types::DeleteAccountPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteAccountPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy to delete.
-
#policy_type ⇒ String
The type of policy to delete.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy to delete.
1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1449 class DeleteAccountPolicyRequest < Struct.new( :policy_name, :policy_type) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of policy to delete.
1449 1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1449 class DeleteAccountPolicyRequest < Struct.new( :policy_name, :policy_type) SENSITIVE = [] include Aws::Structure end |