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, specified 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, specified 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.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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, specified in ISO-8601 format.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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, specified in ISO-8601 format.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 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.
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1433 class GetRuleResponse < Struct.new( :action, :arn, :created_at, :id, :is_default, :last_updated_at, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |