Method: Aws::Route53Resolver::Types::DeleteOutpostResolverRequest#id
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
#id ⇒ String
A unique string that identifies the Resolver on the Outpost.
1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1063 class DeleteOutpostResolverRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |