Class: Aws::EC2::Types::DisableVpcClassicLinkDnsSupportResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

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

Returns:

  • (Boolean)


17818
17819
17820
17821
# File 'lib/aws-sdk-ec2/types.rb', line 17818

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