Class: Aws::Types::Rule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

Returns the value of attribute action.

Returns:



1535
1536
1537
# File 'sig/types.rbs', line 1535

def action
  @action
end

#captcha_configTypes::CaptchaConfig

Returns the value of attribute captcha_config.



1539
1540
1541
# File 'sig/types.rbs', line 1539

def captcha_config
  @captcha_config
end

#challenge_configTypes::ChallengeConfig

Returns the value of attribute challenge_config.



1540
1541
1542
# File 'sig/types.rbs', line 1540

def challenge_config
  @challenge_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def name
  @name
end

#override_actionTypes::OverrideAction

Returns the value of attribute override_action.



1536
1537
1538
# File 'sig/types.rbs', line 1536

def override_action
  @override_action
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def priority
  @priority
end

#rule_labels::Array[Types::Label]

Returns the value of attribute rule_labels.

Returns:



1537
1538
1539
# File 'sig/types.rbs', line 1537

def rule_labels
  @rule_labels
end

#statementTypes::Statement

Returns the value of attribute statement.

Returns:



1534
1535
1536
# File 'sig/types.rbs', line 1534

def statement
  @statement
end

#visibility_configTypes::VisibilityConfig

Returns the value of attribute visibility_config.



1538
1539
1540
# File 'sig/types.rbs', line 1538

def visibility_config
  @visibility_config
end