Class: Aws::Types::CreateWebACLRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def change_token
  @change_token
end

#default_actionTypes::WafAction

Returns the value of attribute default_action.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def default_action
  @default_action
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def tags
  @tags
end