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.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#default_action ⇒ Types::RuleAction
The action for the default rule.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The listener port.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol of the listener.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service.
3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3565 class UpdateListenerResponse < Struct.new( :arn, :default_action, :id, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |