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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unsuccessfulArray<Types::UnsuccessfulItem>

Information about the interface endpoints that were not accepted, if applicable.

Returns:



324
325
326
327
328
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 324

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