Class: Aws::EC2::Types::DeleteVpcEndpointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteVpcEndpointsResult
- 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 VPC endpoints that were not successfully deleted.
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the VPC endpoints that were not successfully deleted.
17238 17239 17240 17241 17242 |
# File 'lib/aws-sdk-ec2/types.rb', line 17238 class DeleteVpcEndpointsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end |