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
DeleteResolverEndpointrequest, including the status of the request.
Instance Attribute Details
#resolver_endpoint ⇒ Types::ResolverEndpoint
Information about the DeleteResolverEndpoint request, including the status of the request.
1101 1102 1103 1104 1105 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1101 class DeleteResolverEndpointResponse < Struct.new( :resolver_endpoint) SENSITIVE = [] include Aws::Structure end |