Class: Aws::ApiGatewayV2::Types::CreateRoutingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateRoutingRuleRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::RoutingRuleAction>
-
#conditions ⇒ Array<Types::RoutingRuleCondition>
-
#domain_name ⇒ String
-
#domain_name_id ⇒ String
-
#priority ⇒ Integer
The order in which API Gateway evaluates a rule.
Instance Attribute Details
#actions ⇒ Array<Types::RoutingRuleAction>
3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3165 class CreateRoutingRuleRequest < Struct.new( :actions, :conditions, :domain_name, :domain_name_id, :priority) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RoutingRuleCondition>
3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3165 class CreateRoutingRuleRequest < Struct.new( :actions, :conditions, :domain_name, :domain_name_id, :priority) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3165 class CreateRoutingRuleRequest < Struct.new( :actions, :conditions, :domain_name, :domain_name_id, :priority) SENSITIVE = [] include Aws::Structure end |
#domain_name_id ⇒ String
3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3165 class CreateRoutingRuleRequest < Struct.new( :actions, :conditions, :domain_name, :domain_name_id, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The order in which API Gateway evaluates a rule. Priority is evaluated from the lowest value to the highest value. Rules can't have the same priority. Priority values 1-1,000,000 are supported.
3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3165 class CreateRoutingRuleRequest < Struct.new( :actions, :conditions, :domain_name, :domain_name_id, :priority) SENSITIVE = [] include Aws::Structure end |