Class: Aws::Route53GlobalResolver::Types::DeleteGlobalResolverInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_resolver_idString

The unique identifier of the Route 53 Global Resolver to delete.

Returns:

  • (String)


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