Class: Aws::Types::UpdateWebACLRequest

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)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def change_token
  @change_token
end

#default_actionTypes::WafAction

Returns the value of attribute default_action.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def default_action
  @default_action
end

#updates::Array[Types::WebACLUpdate]

Returns the value of attribute updates.

Returns:



1174
1175
1176
# File 'sig/types.rbs', line 1174

def updates
  @updates
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def web_acl_id
  @web_acl_id
end