Class: Aws::VPCLattice::Types::RuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::RuleSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Summary information about the listener rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
-
#created_at ⇒ Time
The date and time that the listener rule was created, specified in ISO-8601 format.
-
#id ⇒ String
The ID of the rule.
-
#is_default ⇒ Boolean
Indicates whether this is the default listener rule.
-
#last_updated_at ⇒ Time
The date and time that the listener rule was last updated, specified in ISO-8601 format.
-
#name ⇒ String
The name of the rule.
-
#priority ⇒ Integer
The priority of the rule.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2759 class RuleSummary < Struct.new( :arn, :created_at, :id, :is_default, :last_updated_at, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the listener rule was created, specified in ISO-8601 format.
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2759 class RuleSummary < Struct.new( :arn, :created_at, :id, :is_default, :last_updated_at, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the rule.
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2759 class RuleSummary < Struct.new( :arn, :created_at, :id, :is_default, :last_updated_at, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Indicates whether this is the default listener rule.
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2759 class RuleSummary < Struct.new( :arn, :created_at, :id, :is_default, :last_updated_at, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the listener rule was last updated, specified in ISO-8601 format.
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2759 class RuleSummary < Struct.new( :arn, :created_at, :id, :is_default, :last_updated_at, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule.
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2759 class RuleSummary < Struct.new( :arn, :created_at, :id, :is_default, :last_updated_at, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority of the rule.
2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2759 class RuleSummary < Struct.new( :arn, :created_at, :id, :is_default, :last_updated_at, :name, :priority) SENSITIVE = [] include Aws::Structure end |