Class: Aws::Types::DisassociateResolverRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resolver_rule_id::String

Returns the value of attribute resolver_rule_id.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def resolver_rule_id
  @resolver_rule_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def vpc_id
  @vpc_id
end