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 Amazon Resource Name (ARN) of the listener.
-
#rules ⇒ Array<Types::RuleUpdate>
The rules for the specified listener.
-
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
Instance Attribute Details
#listener_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the listener.
86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 86 class BatchUpdateRuleRequest < Struct.new( :listener_identifier, :rules, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::RuleUpdate>
The rules for the specified listener.
86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 86 class BatchUpdateRuleRequest < Struct.new( :listener_identifier, :rules, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
86 87 88 89 90 91 92 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 86 class BatchUpdateRuleRequest < Struct.new( :listener_identifier, :rules, :service_identifier) SENSITIVE = [] include Aws::Structure end |