Class: Aws::Route53GlobalResolver::Types::UpdateGlobalResolverInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateGlobalResolverInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the Global Resolver.
-
#global_resolver_id ⇒ String
The ID of the Global Resolver.
-
#name ⇒ String
The name of the Global Resolver.
-
#observability_region ⇒ String
The AWS Regions in which the users' Global Resolver query resolution logs will be propagated.
Instance Attribute Details
#description ⇒ String
The description of the Global Resolver.
4314 4315 4316 4317 4318 4319 4320 4321 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4314 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description) SENSITIVE = [] include Aws::Structure end |
#global_resolver_id ⇒ String
The ID of the Global Resolver.
4314 4315 4316 4317 4318 4319 4320 4321 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4314 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Global Resolver.
4314 4315 4316 4317 4318 4319 4320 4321 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4314 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description) SENSITIVE = [] include Aws::Structure end |
#observability_region ⇒ String
The AWS Regions in which the users' Global Resolver query resolution logs will be propagated.
4314 4315 4316 4317 4318 4319 4320 4321 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4314 class UpdateGlobalResolverInput < Struct.new( :global_resolver_id, :name, :observability_region, :description) SENSITIVE = [] include Aws::Structure end |