Class: Aws::Route53Resolver::Types::AssociateResolverRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A name for the association that you’re creating between a Resolver rule and a VPC.

Returns:

  • (String)


194
195
196
197
198
199
200
# File 'lib/aws-sdk-route53resolver/types.rb', line 194

class AssociateResolverRuleRequest < Struct.new(
  :resolver_rule_id,
  :name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resolver_rule_idString

The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use [ListResolverRules].

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html

Returns:

  • (String)


194
195
196
197
198
199
200
# File 'lib/aws-sdk-route53resolver/types.rb', line 194

class AssociateResolverRuleRequest < Struct.new(
  :resolver_rule_id,
  :name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC that you want to associate the Resolver rule with.

Returns:

  • (String)


194
195
196
197
198
199
200
# File 'lib/aws-sdk-route53resolver/types.rb', line 194

class AssociateResolverRuleRequest < Struct.new(
  :resolver_rule_id,
  :name,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end