Class: Aws::Route53Resolver::Types::AssociateResolverRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::AssociateResolverRuleRequest
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A name for the association that you're creating between a Resolver rule and a VPC.
-
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you want to associate with the VPC.
-
#vpc_id ⇒ String
The ID of the VPC that you want to associate the Resolver rule with.
Instance Attribute Details
#name ⇒ String
A name for the association that you're creating between a Resolver rule and a VPC.
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_id ⇒ String
The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.
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_id ⇒ String
The ID of the VPC that you want to associate the Resolver rule with.
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 |