Class: Aws::EC2::Types::RejectVpcEndpointConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RejectVpcEndpointConnectionsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the endpoints that were not rejected, if applicable.
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the endpoints that were not rejected, if applicable.
58436 58437 58438 58439 58440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58436 class RejectVpcEndpointConnectionsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end |