Class: Aws::Route53Resolver::Types::UpdateOutpostResolverRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::UpdateOutpostResolverRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
A unique string that identifies Resolver on an Outpost.
-
#instance_count ⇒ Integer
The Amazon EC2 instance count for a Resolver on the Outpost.
-
#name ⇒ String
Name of the Resolver on the Outpost.
-
#preferred_instance_type ⇒ String
Amazon EC2 instance type.
Instance Attribute Details
#id ⇒ String
A unique string that identifies Resolver on an Outpost.
5363 5364 5365 5366 5367 5368 5369 5370 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5363 class UpdateOutpostResolverRequest < Struct.new( :id, :name, :instance_count, :preferred_instance_type) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
The Amazon EC2 instance count for a Resolver on the Outpost.
5363 5364 5365 5366 5367 5368 5369 5370 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5363 class UpdateOutpostResolverRequest < Struct.new( :id, :name, :instance_count, :preferred_instance_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the Resolver on the Outpost.
5363 5364 5365 5366 5367 5368 5369 5370 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5363 class UpdateOutpostResolverRequest < Struct.new( :id, :name, :instance_count, :preferred_instance_type) SENSITIVE = [] include Aws::Structure end |
#preferred_instance_type ⇒ String
Amazon EC2 instance type.
5363 5364 5365 5366 5367 5368 5369 5370 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5363 class UpdateOutpostResolverRequest < Struct.new( :id, :name, :instance_count, :preferred_instance_type) SENSITIVE = [] include Aws::Structure end |