Class: Aws::VPCLattice::Types::UpdateListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateListenerResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
-
#default_action ⇒ Types::RuleAction
The action for the default rule.
-
#id ⇒ String
The ID of the listener.
-
#name ⇒ String
The name of the listener.
-
#port ⇒ Integer
The listener port.
-
#protocol ⇒ String
The protocol of the listener.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service.
-
#service_id ⇒ String
The ID of the service.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#default_action ⇒ Types::RuleAction
The action for the default rule.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The listener port.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol of the listener.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service.
5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5530 class UpdateListenerResponse < Struct.new( :arn, :id, :name, :protocol, :port, :service_arn, :service_id, :default_action) SENSITIVE = [] include Aws::Structure end |