Class: Aws::CloudWatchLogs::Types::DeleteRetentionPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteRetentionPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Note:
When making an API call, you may pass DeleteRetentionPolicyRequest data as a hash:
{
log_group_name: "LogGroupName", # required
}
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.
384 385 386 387 388 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 384 class DeleteRetentionPolicyRequest < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |