Class: Aws::CloudWatch::Types::DisassociateDatasetKmsKeyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DisassociateDatasetKmsKeyInput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_identifier ⇒ String
Specifies the identifier of the dataset from which to remove the KMS key association.
Instance Attribute Details
#dataset_identifier ⇒ String
Specifies the identifier of the dataset from which to remove the KMS
key association. For the default dataset, you can specify either
default or the full dataset Amazon Resource Name (ARN) in the
format arn:aws:cloudwatch:Region:account-id:dataset/default.
1300 1301 1302 1303 1304 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1300 class DisassociateDatasetKmsKeyInput < Struct.new( :dataset_identifier) SENSITIVE = [] include Aws::Structure end |