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)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def change_token
  @change_token
end

#default_actionTypes::WafAction

Returns the value of attribute default_action.

Returns:



1213
1214
1215
# File 'sig/types.rbs', line 1213

def default_action
  @default_action
end

#updates::Array[Types::WebACLUpdate]

Returns the value of attribute updates.

Returns:



1212
1213
1214
# File 'sig/types.rbs', line 1212

def updates
  @updates
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def web_acl_id
  @web_acl_id
end