Class: Aws::CloudWatchLogs::Types::DeleteLogGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteLogGroupRequest
- Includes:
- Structure
- Defined in:
- 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.
944 945 946 947 948 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 944 class DeleteLogGroupRequest < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |