Class: Aws::Types::DisassociateKmsKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateKmsKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
Instance Attribute Details
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
779 780 781 |
# File 'sig/types.rbs', line 779 def log_group_name @log_group_name end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
780 781 782 |
# File 'sig/types.rbs', line 780 def resource_identifier @resource_identifier end |