Class: Aws::VPCLattice::Types::GetRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
The action for the default rule.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
-
#created_at ⇒ Time
The date and time that the listener rule was created, in ISO-8601 format.
-
#id ⇒ String
The ID of the listener.
-
#is_default ⇒ Boolean
Indicates whether this is the default rule.
-
#last_updated_at ⇒ Time
The date and time that the listener rule was last updated, in ISO-8601 format.
-
#match ⇒ Types::RuleMatch
The rule match.
-
#name ⇒ String
The name of the listener.
-
#priority ⇒ Integer
The priority level for the specified rule.
Instance Attribute Details
#action ⇒ Types::RuleAction
The action for the default rule.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the listener rule was created, in ISO-8601 format.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Indicates whether this is the default rule.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the listener rule was last updated, in ISO-8601 format.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority level for the specified rule.
2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2137 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |