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
775 |
# File 'sig/client.rbs', line 775
def capacity: () -> ::Integer
|
#description ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def description: () -> ::String
|
#last_modified_time ⇒ ::Time
777 |
# File 'sig/client.rbs', line 777
def last_modified_time: () -> ::Time
|
#listing_name ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def listing_name: () -> ::String
|
#product_id ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def product_id: () -> ::String
|
#rule_group_arn ⇒ ::String
771 |
# File 'sig/client.rbs', line 771
def rule_group_arn: () -> ::String
|
#rule_group_name ⇒ ::String
772 |
# File 'sig/client.rbs', line 772
def rule_group_name: () -> ::String
|
#stateful_rule_options ⇒ Types::StatefulRuleOptions
776 |
# File 'sig/client.rbs', line 776
def stateful_rule_options: () -> Types::StatefulRuleOptions
|
#type ⇒ "STATELESS", ...
774 |
# File 'sig/client.rbs', line 774
def type: () -> ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
|
#vendor_name ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def vendor_name: () -> ::String
|