Class: Aws::Types::ResetEncryptionKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetEncryptionKeyRequest
- 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.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def resource_type @resource_type end |
#scan_type ⇒ "NETWORK", ...
Returns the value of attribute scan_type.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def scan_type @scan_type end |