Class: Aws::Types::AssociateKmsKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateKmsKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def kms_key_id @kms_key_id end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
81 82 83 |
# File 'sig/types.rbs', line 81 def log_group_name @log_group_name end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
83 84 85 |
# File 'sig/types.rbs', line 83 def resource_identifier @resource_identifier end |