Class: Aws::Types::DetachRuleGroupsFromProxyConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_configuration_arn::String

Returns the value of attribute proxy_configuration_arn.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def proxy_configuration_name
  @proxy_configuration_name
end

#rule_group_arns::Array[::String]

Returns the value of attribute rule_group_arns.

Returns:

  • (::Array[::String])


772
773
774
# File 'sig/types.rbs', line 772

def rule_group_arns
  @rule_group_arns
end

#rule_group_names::Array[::String]

Returns the value of attribute rule_group_names.

Returns:

  • (::Array[::String])


771
772
773
# File 'sig/types.rbs', line 771

def rule_group_names
  @rule_group_names
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def update_token
  @update_token
end