Class: Aws::EC2::Types::DeleteRouteServerEndpointResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#route_server_endpointTypes::RouteServerEndpoint

Information about the deleted route server endpoint.



16639
16640
16641
16642
16643
# File 'lib/aws-sdk-ec2/types.rb', line 16639

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