Class: Aws::Types::DeleteRoutingRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def domain_name
  @domain_name
end

#domain_name_id::String

Returns the value of attribute domain_name_id.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def domain_name_id
  @domain_name_id
end

#routing_rule_id::String

Returns the value of attribute routing_rule_id.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def routing_rule_id
  @routing_rule_id
end