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.
32011 32012 32013 32014 32015 |
# File 'lib/aws-sdk-ec2/types.rb', line 32011 class EnableImageDeregistrationProtectionResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |