Class: Aws::Types::UpdateEncryptionKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEncryptionKeyRequest
- 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.
-
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
-
#scan_type ⇒ "NETWORK", ...
Returns the value of attribute scan_type.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def kms_key_id @kms_key_id end |
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def resource_type @resource_type end |
#scan_type ⇒ "NETWORK", ...
Returns the value of attribute scan_type.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def scan_type @scan_type end |