Class: Aws::EC2::Types::DeleteVpcPeeringConnectionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15865
15866
15867
15868
15869
# File 'lib/aws-sdk-ec2/types.rb', line 15865

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