Class: Aws::Types::GetEncryptionKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEncryptionKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def resource_type @resource_type end |
#scan_type ⇒ "NETWORK", ...
Returns the value of attribute scan_type.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def scan_type @scan_type end |