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)


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_actionTypes::RuleAction

The action for the default rule.

Returns:



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

#idString

The ID of the listener.

Returns:

  • (String)


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

#nameString

The name of the listener.

Returns:

  • (String)


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

#portInteger

The listener port.

Returns:

  • (Integer)


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

#protocolString

The protocol of the listener.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


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_idString

The ID of the service.

Returns:

  • (String)


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