Class: Aws::Route53GlobalResolver::Types::DeleteGlobalResolverInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::DeleteGlobalResolverInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_resolver_id ⇒ String
The unique identifier of the Route 53 Global Resolver to delete.
Instance Attribute Details
#global_resolver_id ⇒ String
The unique identifier of the Route 53 Global Resolver to delete.
1999 2000 2001 2002 2003 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 1999 class DeleteGlobalResolverInput < Struct.new( :global_resolver_id) SENSITIVE = [] include Aws::Structure end |