Class: Aws::Route53GlobalResolver::Types::GetGlobalResolverInput

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 ID of the Route 53 Global Resolver to retrieve information about.

Returns:

  • (String)


2892
2893
2894
2895
2896
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2892

class GetGlobalResolverInput < Struct.new(
  :global_resolver_id)
  SENSITIVE = []
  include Aws::Structure
end