Class: Aws::EC2::Types::ModifyVpcEndpointResult

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)


26764
26765
26766
26767
# File 'lib/aws-sdk-ec2/types.rb', line 26764

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