Class: Aws::Route53Resolver::Types::DeleteOutpostResolverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DeleteOutpostResolverRequest
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
A unique string that identifies the Resolver on the Outpost.
Instance Attribute Details
#id ⇒ String
A unique string that identifies the Resolver on the Outpost.
1008 1009 1010 1011 1012 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1008 class DeleteOutpostResolverRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |