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.
2021 2022 2023 2024 2025 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2021 class DeleteGlobalResolverInput < Struct.new( :global_resolver_id) SENSITIVE = [] include Aws::Structure end |