Class: Aws::Route53Resolver::Types::ResolverRuleAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResolverRuleAssociation
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a Resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the association between a Resolver rule and a VPC.
-
#name ⇒ String
The name of an association between a Resolver rule and a VPC.
-
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you associated with the VPC that is specified by
VPCId
. -
#status ⇒ String
A code that specifies the current status of the association between a Resolver rule and a VPC.
-
#status_message ⇒ String
A detailed description of the status of the association between a Resolver rule and a VPC.
-
#vpc_id ⇒ String
The ID of the VPC that you associated the Resolver rule with.
Instance Attribute Details
#id ⇒ String
The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4647 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an association between a Resolver rule and a VPC.
4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4647 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you associated with the VPC that is
specified by VPCId
.
4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4647 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A code that specifies the current status of the association between a Resolver rule and a VPC.
4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4647 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A detailed description of the status of the association between a Resolver rule and a VPC.
4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4647 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC that you associated the Resolver rule with.
4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4647 class ResolverRuleAssociation < Struct.new( :id, :resolver_rule_id, :name, :vpc_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |