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.
4958 4959 4960 4961 4962 4963 4964 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4958 class UpdateListenerRequest < Struct.new( :default_action, :listener_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#listener_identifier ⇒ String
The ID or ARN of the listener.
4958 4959 4960 4961 4962 4963 4964 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4958 class UpdateListenerRequest < Struct.new( :default_action, :listener_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
4958 4959 4960 4961 4962 4963 4964 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4958 class UpdateListenerRequest < Struct.new( :default_action, :listener_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |