Class: Aws::Route53Resolver::Types::GetOutpostResolverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetOutpostResolverRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the Resolver on the Outpost.
Instance Attribute Details
#id ⇒ String
The ID of the Resolver on the Outpost.
2133 2134 2135 2136 2137 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2133 class GetOutpostResolverRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |