Class: Aws::VPCLattice::Types::BatchUpdateRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::BatchUpdateRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_identifier ⇒ String
The ID or ARN of the listener.
-
#rules ⇒ Array<Types::RuleUpdate>
The rules for the specified listener.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#listener_identifier ⇒ String
The ID or ARN of the listener.
105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 105 class BatchUpdateRuleRequest < Struct.new( :listener_identifier, :rules, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::RuleUpdate>
The rules for the specified listener.
105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 105 class BatchUpdateRuleRequest < Struct.new( :listener_identifier, :rules, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 105 class BatchUpdateRuleRequest < Struct.new( :listener_identifier, :rules, :service_identifier) SENSITIVE = [] include Aws::Structure end |