Class: Aws::EC2::Types::AcceptVpcEndpointConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AcceptVpcEndpointConnectionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the interface endpoints that were not accepted, if applicable.
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the interface endpoints that were not accepted, if applicable.
357 358 359 360 361 |
# File 'lib/aws-sdk-ec2/types.rb', line 357 class AcceptVpcEndpointConnectionsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end |