Class: Aws::Types::DescribeManagedRuleGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeManagedRuleGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute available_labels.
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#consumed_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute consumed_labels.
-
#label_namespace ⇒ ::String
Returns the value of attribute label_namespace.
-
#rules ⇒ ::Array[Types::RuleSummary]
Returns the value of attribute rules.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#available_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute available_labels.
472 473 474 |
# File 'sig/types.rbs', line 472 def available_labels @available_labels end |
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
469 470 471 |
# File 'sig/types.rbs', line 469 def capacity @capacity end |
#consumed_labels ⇒ ::Array[Types::LabelSummary]
Returns the value of attribute consumed_labels.
473 474 475 |
# File 'sig/types.rbs', line 473 def consumed_labels @consumed_labels end |
#label_namespace ⇒ ::String
Returns the value of attribute label_namespace.
471 472 473 |
# File 'sig/types.rbs', line 471 def label_namespace @label_namespace end |
#rules ⇒ ::Array[Types::RuleSummary]
Returns the value of attribute rules.
470 471 472 |
# File 'sig/types.rbs', line 470 def rules @rules end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
468 469 470 |
# File 'sig/types.rbs', line 468 def sns_topic_arn @sns_topic_arn end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
467 468 469 |
# File 'sig/types.rbs', line 467 def version_name @version_name end |