Class: Aws::VPCLattice::Types::UpdateListenerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_actionTypes::RuleAction

The action for the default rule.

Returns:



3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3511

class UpdateListenerRequest < Struct.new(
  :default_action,
  :listener_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#listener_identifierString

The ID or Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3511

class UpdateListenerRequest < Struct.new(
  :default_action,
  :listener_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

The ID or Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3511

class UpdateListenerRequest < Struct.new(
  :default_action,
  :listener_identifier,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end