Class: Aws::EC2::Types::ModifyVpcEndpointConnectionNotificationResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#return_valueBoolean

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

Returns:

  • (Boolean)


26657
26658
26659
26660
# File 'lib/aws-sdk-ec2/types.rb', line 26657

class ModifyVpcEndpointConnectionNotificationResult < Struct.new(
  :return_value)
  include Aws::Structure
end