Class: Aws::EC2::Types::DisableImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableImageResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns
true
if the request succeeds; otherwise, it returns an error.
Instance Attribute Details
#return ⇒ Boolean
Returns true
if the request succeeds; otherwise, it returns an
error.
30734 30735 30736 30737 30738 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30734 class DisableImageResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |