Class: Aws::EC2::Types::RejectVpcEndpointConnectionsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#unsuccessfulArray<Types::UnsuccessfulItem>

Information about the endpoints that were not rejected, if applicable.

Returns:



28774
28775
28776
28777
# File 'lib/aws-sdk-ec2/types.rb', line 28774

class RejectVpcEndpointConnectionsResult < Struct.new(
  :unsuccessful)
  include Aws::Structure
end