Class: Aws::Types::RuleAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowTypes::AllowAction

Returns the value of attribute allow.

Returns:



1546
1547
1548
# File 'sig/types.rbs', line 1546

def allow
  @allow
end

#blockTypes::BlockAction

Returns the value of attribute block.

Returns:



1545
1546
1547
# File 'sig/types.rbs', line 1545

def block
  @block
end

#captchaTypes::CaptchaAction

Returns the value of attribute captcha.



1548
1549
1550
# File 'sig/types.rbs', line 1548

def captcha
  @captcha
end

#challengeTypes::ChallengeAction

Returns the value of attribute challenge.



1549
1550
1551
# File 'sig/types.rbs', line 1549

def challenge
  @challenge
end

#countTypes::CountAction

Returns the value of attribute count.

Returns:



1547
1548
1549
# File 'sig/types.rbs', line 1547

def count
  @count
end

#monetizeTypes::MonetizeAction

Returns the value of attribute monetize.



1550
1551
1552
# File 'sig/types.rbs', line 1550

def monetize
  @monetize
end