Class: Aws::EC2::Types::DisableImageDeregistrationProtectionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnString

Returns ‘true` if the request succeeds; otherwise, it returns an error.

Returns:

  • (String)


28966
28967
28968
28969
28970
# File 'lib/aws-sdk-ec2/types.rb', line 28966

class DisableImageDeregistrationProtectionResult < Struct.new(
  :return)
  SENSITIVE = []
  include Aws::Structure
end