Class: Aws::Route53Resolver::Types::DeleteResolverEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DeleteResolverEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_endpoint ⇒ Types::ResolverEndpoint
Information about the ‘DeleteResolverEndpoint` request, including the status of the request.
Instance Attribute Details
#resolver_endpoint ⇒ Types::ResolverEndpoint
Information about the ‘DeleteResolverEndpoint` request, including the status of the request.
1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1005 class DeleteResolverEndpointResponse < Struct.new( :resolver_endpoint) SENSITIVE = [] include Aws::Structure end |