Class: Aws::CloudWatchLogs::Types::DisassociateKmsKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DisassociateKmsKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Note:
When making an API call, you may pass DisassociateKmsKeyRequest 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.
1011 1012 1013 1014 1015 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1011 class DisassociateKmsKeyRequest < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |