Class: Aws::Types::DescribeRulesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRulesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listener_arn ⇒ ::String
Returns the value of attribute listener_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#rule_arns ⇒ ::Array[::String]
Returns the value of attribute rule_arns.
Instance Attribute Details
#listener_arn ⇒ ::String
Returns the value of attribute listener_arn.
389 390 391 |
# File 'sig/types.rbs', line 389 def listener_arn @listener_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
391 392 393 |
# File 'sig/types.rbs', line 391 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
392 393 394 |
# File 'sig/types.rbs', line 392 def page_size @page_size end |
#rule_arns ⇒ ::Array[::String]
Returns the value of attribute rule_arns.
390 391 392 |
# File 'sig/types.rbs', line 390 def rule_arns @rule_arns end |