Method: Aws::WAFRegional::Types::CreateSqlInjectionMatchSetRequest#name
- Defined in:
- lib/aws-sdk-wafregional/types.rb
#name ⇒ String
A friendly name or description for the SqlInjectionMatchSet that you’re creating. You can’t change ‘Name` after you create the `SqlInjectionMatchSet`.
969 970 971 972 973 974 |
# File 'lib/aws-sdk-wafregional/types.rb', line 969 class CreateSqlInjectionMatchSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |