Class: Aws::NetworkSecurityManager::Types::RuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::RuleSummary
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Summary information about a rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_type ⇒ String
The firewall type associated with the resource.
-
#has_published_version ⇒ Boolean
Specifies whether a published version of the resource exists.
-
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
-
#rule_id ⇒ String
The service-generated id of the rule.
-
#rule_name ⇒ String
The name of the rule.
-
#rule_type ⇒ String
The type of the rule.
-
#status ⇒ String
The current status of the resource:
DRAFT(unpublished, editable) orACTIVE(published, in use). -
#updated_at ⇒ Time
The time when the resource was last updated.
-
#version ⇒ String
The version of the resource.
Instance Attribute Details
#firewall_type ⇒ String
The firewall type associated with the resource.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#has_published_version ⇒ Boolean
Specifies whether a published version of the resource exists.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The service-generated id of the rule.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_type ⇒ String
The type of the rule. CONFIGURATION rules contain firewall
settings, and INSPECTION rules contain rule groups.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the resource: DRAFT (unpublished, editable)
or ACTIVE (published, in use).
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the resource.
3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3707 class RuleSummary < Struct.new( :rule_id, :rule_arn, :rule_name, :firewall_type, :rule_type, :status, :version, :has_published_version, :updated_at) SENSITIVE = [] include Aws::Structure end |