Class: Aws::Route53Resolver::Types::GetOutpostResolverRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the Resolver on the Outpost.

Returns:

  • (String)


2133
2134
2135
2136
2137
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2133

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