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

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

#route_server_endpointTypes::RouteServerEndpoint

Information about the deleted route server endpoint.



17012
17013
17014
17015
17016
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17012

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