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.
706 707 708 |
# File 'sig/types.rbs', line 706 def capacity @capacity end |
#description ⇒ ::String
Returns the value of attribute description.
704 705 706 |
# File 'sig/types.rbs', line 704 def description @description end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
708 709 710 |
# File 'sig/types.rbs', line 708 def last_modified_time @last_modified_time end |
#listing_name ⇒ ::String
Returns the value of attribute listing_name.
711 712 713 |
# File 'sig/types.rbs', line 711 def listing_name @listing_name end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def product_id @product_id end |
#rule_group_arn ⇒ ::String
Returns the value of attribute rule_group_arn.
702 703 704 |
# File 'sig/types.rbs', line 702 def rule_group_arn @rule_group_arn end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
703 704 705 |
# File 'sig/types.rbs', line 703 def rule_group_name @rule_group_name end |
#stateful_rule_options ⇒ Types::StatefulRuleOptions
Returns the value of attribute stateful_rule_options.
707 708 709 |
# File 'sig/types.rbs', line 707 def @stateful_rule_options end |
#type ⇒ "STATELESS", ...
Returns the value of attribute type.
705 706 707 |
# File 'sig/types.rbs', line 705 def type @type end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
709 710 711 |
# File 'sig/types.rbs', line 709 def vendor_name @vendor_name end |