Module: Aws::NetworkFirewall::Client::_DescribeRuleGroupMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRuleGroupMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capacity ⇒ ::Integer
- #description ⇒ ::String
- #last_modified_time ⇒ ::Time
- #listing_name ⇒ ::String
- #product_id ⇒ ::String
- #rule_group_arn ⇒ ::String
- #rule_group_name ⇒ ::String
- #stateful_rule_options ⇒ Types::StatefulRuleOptions
- #type ⇒ "STATELESS", ...
- #vendor_name ⇒ ::String
Instance Method Details
#capacity ⇒ ::Integer
798 |
# File 'sig/client.rbs', line 798
def capacity: () -> ::Integer
|
#description ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def description: () -> ::String
|
#last_modified_time ⇒ ::Time
800 |
# File 'sig/client.rbs', line 800
def last_modified_time: () -> ::Time
|
#listing_name ⇒ ::String
803 |
# File 'sig/client.rbs', line 803
def listing_name: () -> ::String
|
#product_id ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def product_id: () -> ::String
|
#rule_group_arn ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def rule_group_arn: () -> ::String
|
#rule_group_name ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def rule_group_name: () -> ::String
|
#stateful_rule_options ⇒ Types::StatefulRuleOptions
799 |
# File 'sig/client.rbs', line 799
def stateful_rule_options: () -> Types::StatefulRuleOptions
|
#type ⇒ "STATELESS", ...
797 |
# File 'sig/client.rbs', line 797
def type: () -> ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
|
#vendor_name ⇒ ::String
801 |
# File 'sig/client.rbs', line 801
def vendor_name: () -> ::String
|