Class: Aws::EC2::Types::DisableVpcClassicLinkResult

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

Overview

Contains the output of DisableVpcClassicLink.

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

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

Returns:

  • (Boolean)


11855
11856
11857
11858
# File 'lib/aws-sdk-ec2/types.rb', line 11855

class DisableVpcClassicLinkResult < Struct.new(
  :return)
  include Aws::Structure
end