Class: Aws::VPCLattice::Types::UpdateListenerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateListenerRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_action ⇒ Types::RuleAction
The action for the default rule.
-
#listener_identifier ⇒ String
The ID or ARN of the listener.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#default_action ⇒ Types::RuleAction
The action for the default rule.
5488 5489 5490 5491 5492 5493 5494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5488 class UpdateListenerRequest < Struct.new( :service_identifier, :listener_identifier, :default_action) SENSITIVE = [] include Aws::Structure end |
#listener_identifier ⇒ String
The ID or ARN of the listener.
5488 5489 5490 5491 5492 5493 5494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5488 class UpdateListenerRequest < Struct.new( :service_identifier, :listener_identifier, :default_action) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
5488 5489 5490 5491 5492 5493 5494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5488 class UpdateListenerRequest < Struct.new( :service_identifier, :listener_identifier, :default_action) SENSITIVE = [] include Aws::Structure end |