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.
967 968 969 970 971 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 967 class DeleteOutpostResolverRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |