Class: Aws::EC2::Types::EnableImageDeregistrationProtectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableImageDeregistrationProtectionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ String
Returns ‘true` if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#return ⇒ String
Returns ‘true` if the request succeeds; otherwise, it returns an error.
31741 31742 31743 31744 31745 |
# File 'lib/aws-sdk-ec2/types.rb', line 31741 class EnableImageDeregistrationProtectionResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |