Class: Aws::Route53Resolver::Types::GetResolverRuleAssociationRequest

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

#resolver_rule_association_idString

The ID of the Resolver rule association that you want to get information about.

Returns:

  • (String)


2183
2184
2185
2186
2187
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2183

class GetResolverRuleAssociationRequest < Struct.new(
  :resolver_rule_association_id)
  SENSITIVE = []
  include Aws::Structure
end