Class: Aws::Types::AssociateResolverRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def name
  @name
end

#resolver_rule_id::String

Returns the value of attribute resolver_rule_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def resolver_rule_id
  @resolver_rule_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def vpc_id
  @vpc_id
end