Class: Aws::Route53Resolver::Types::ResolverRuleAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4513

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

#nameString

The name of an association between a Resolver rule and a VPC.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4513

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

#resolver_rule_idString

The ID of the Resolver rule that you associated with the VPC that is specified by VPCId.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4513

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

#statusString

A code that specifies the current status of the association between a Resolver rule and a VPC.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4513

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

#status_messageString

A detailed description of the status of the association between a Resolver rule and a VPC.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4513

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

#vpc_idString

The ID of the VPC that you associated the Resolver rule with.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4513

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