Class: Aws::VPCLattice::Types::UpdateListenerResponse

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

#arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end

#default_actionTypes::RuleAction

The action for the default rule.

Returns:



3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the listener.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the listener.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The listener port.

Returns:

  • (Integer)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol of the listener.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The ID of the service.

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3553

class UpdateListenerResponse < Struct.new(
  :arn,
  :default_action,
  :id,
  :name,
  :port,
  :protocol,
  :service_arn,
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end