Class: Aws::Route53Resolver::Types::GetResolverEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to get information about.
Instance Attribute Details
#resolver_endpoint_id ⇒ String
The ID of the Resolver endpoint that you want to get information about.
2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2147 class GetResolverEndpointRequest < Struct.new( :resolver_endpoint_id) SENSITIVE = [] include Aws::Structure end |