Class: Aws::VPCLattice::Types::RuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::RuleSummary
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Summary information about a 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, 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, 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.
4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4117 class RuleSummary < Struct.new( :arn, :id, :name, :is_default, :priority, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the listener rule was created, in ISO-8601 format.
4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4117 class RuleSummary < Struct.new( :arn, :id, :name, :is_default, :priority, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the rule.
4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4117 class RuleSummary < Struct.new( :arn, :id, :name, :is_default, :priority, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Indicates whether this is the default listener rule.
4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4117 class RuleSummary < Struct.new( :arn, :id, :name, :is_default, :priority, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the listener rule was last updated, in ISO-8601 format.
4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4117 class RuleSummary < Struct.new( :arn, :id, :name, :is_default, :priority, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule.
4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4117 class RuleSummary < Struct.new( :arn, :id, :name, :is_default, :priority, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority of the rule.
4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4117 class RuleSummary < Struct.new( :arn, :id, :name, :is_default, :priority, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |