Class: Aws::EC2::Types::DetachClassicLinkVpcResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

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

Returns:

  • (Boolean)


28193
28194
28195
28196
28197
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28193

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