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