Class: Aws::Types::DescribeProxyRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def proxy_rule_group_arn
  @proxy_rule_group_arn
end

#proxy_rule_group_name::String

Returns the value of attribute proxy_rule_group_name.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def proxy_rule_group_name
  @proxy_rule_group_name
end

#proxy_rule_name::String

Returns the value of attribute proxy_rule_name.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def proxy_rule_name
  @proxy_rule_name
end