Class: Aws::Route53Resolver::Types::DeleteOutpostResolverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DeleteOutpostResolverRequest
- Includes:
- Structure
- Defined in:
- 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.
996 997 998 999 1000 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 996 class DeleteOutpostResolverRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |