Class: Aws::Types::DescribeRuleGroupMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRuleGroupMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#listing_name ⇒ ::String
Returns the value of attribute listing_name.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
-
#stateful_rule_options ⇒ Types::StatefulRuleOptions
Returns the value of attribute stateful_rule_options.
-
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
Instance Attribute Details
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
701 702 703 |
# File 'sig/types.rbs', line 701 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
699 700 701 |
# File 'sig/types.rbs', line 699 def description @description end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
703 704 705 |
# File 'sig/types.rbs', line 703 def last_modified_time @last_modified_time end |
#listing_name ⇒ ::String
Returns the value of attribute listing_name.
706 707 708 |
# File 'sig/types.rbs', line 706 def listing_name @listing_name end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
705 706 707 |
# File 'sig/types.rbs', line 705 def product_id @product_id end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
697 698 699 |
# File 'sig/types.rbs', line 697 def rule_group_arn @rule_group_arn end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
698 699 700 |
# File 'sig/types.rbs', line 698 def rule_group_name @rule_group_name end |
#stateful_rule_options ⇒ Types::StatefulRuleOptions
Returns the value of attribute stateful_rule_options.
702 703 704 |
# File 'sig/types.rbs', line 702 def @stateful_rule_options end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
700 701 702 |
# File 'sig/types.rbs', line 700 def type @type end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
704 705 706 |
# File 'sig/types.rbs', line 704 def vendor_name @vendor_name end |