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