Class: Aws::Route53GlobalResolver::Types::GetGlobalResolverInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::GetGlobalResolverInput
- 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 ID of the Route 53 Global Resolver to retrieve information about.
Instance Attribute Details
#global_resolver_id ⇒ String
The ID of the Route 53 Global Resolver to retrieve information about.
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 |