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

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

Returns:



55596
55597
55598
55599
55600
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55596

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