Class: Aws::VPCLattice::Types::GetRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetRuleResponse
- Defined in:
- gems/aws-sdk-vpclattice/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.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :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.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Indicates whether this is the default rule.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :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.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority level for the specified rule.
2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2474 class GetRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |