Class: Aws::CloudWatchLogs::Types::DeleteRetentionPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteRetentionPolicyRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
The name of the log group.
Instance Attribute Details
#log_group_name ⇒ String
The name of the log group.
1033 1034 1035 1036 1037 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1033 class DeleteRetentionPolicyRequest < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |