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

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

#nameString

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

Returns:

  • (String)


197
198
199
200
201
202
203
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 197

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.

Returns:

  • (String)


197
198
199
200
201
202
203
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 197

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)


197
198
199
200
201
202
203
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 197

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