Class: Aws::Route53Resolver::Types::FirewallRuleGroupMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::FirewallRuleGroupMetadata
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Minimal high-level information for a firewall rule group. The action ListFirewallRuleGroups returns an array of these objects.
To retrieve full information for a firewall rule group, call GetFirewallRuleGroup and ListFirewallRules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN (Amazon Resource Name) of the rule group.
-
#creator_request_id ⇒ String
A unique string defined by you to identify the request.
-
#id ⇒ String
The ID of the rule group.
-
#name ⇒ String
The name of the rule group.
-
#owner_id ⇒ String
The Amazon Web Services account ID for the account that created the rule group.
-
#share_status ⇒ String
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account.
Instance Attribute Details
#arn ⇒ String
The ARN (Amazon Resource Name) of the rule group.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1929 class FirewallRuleGroupMetadata < Struct.new( :id, :arn, :name, :owner_id, :creator_request_id, :share_status) SENSITIVE = [] include Aws::Structure end |
#creator_request_id ⇒ String
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1929 class FirewallRuleGroupMetadata < Struct.new( :id, :arn, :name, :owner_id, :creator_request_id, :share_status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the rule group.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1929 class FirewallRuleGroupMetadata < Struct.new( :id, :arn, :name, :owner_id, :creator_request_id, :share_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule group.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1929 class FirewallRuleGroupMetadata < Struct.new( :id, :arn, :name, :owner_id, :creator_request_id, :share_status) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1929 class FirewallRuleGroupMetadata < Struct.new( :id, :arn, :name, :owner_id, :creator_request_id, :share_status) SENSITIVE = [] include Aws::Structure end |
#share_status ⇒ String
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1929 class FirewallRuleGroupMetadata < Struct.new( :id, :arn, :name, :owner_id, :creator_request_id, :share_status) SENSITIVE = [] include Aws::Structure end |