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)


765
766
767
# File 'sig/types.rbs', line 765

def proxy_configuration_arn
  @proxy_configuration_arn
end

#proxy_configuration_name::String

Returns the value of attribute proxy_configuration_name.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def proxy_configuration_name
  @proxy_configuration_name
end

#rule_group_arns::Array[::String]

Returns the value of attribute rule_group_arns.

Returns:

  • (::Array[::String])


767
768
769
# File 'sig/types.rbs', line 767

def rule_group_arns
  @rule_group_arns
end

#rule_group_names::Array[::String]

Returns the value of attribute rule_group_names.

Returns:

  • (::Array[::String])


766
767
768
# File 'sig/types.rbs', line 766

def rule_group_names
  @rule_group_names
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


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

def update_token
  @update_token
end