Class: Aws::EC2::Types::RestoreImageFromRecycleBinResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RestoreImageFromRecycleBinResult
- 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.
66148 66149 66150 66151 66152 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66148 class RestoreImageFromRecycleBinResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |