Class: Aws::EC2::Types::AcceptVpcEndpointConnectionsResult

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 interface endpoints that were not accepted, if applicable.

Returns:



144
145
146
147
# File 'lib/aws-sdk-ec2/types.rb', line 144

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