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)


5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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:



5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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)


5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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)


5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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)


5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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)


5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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)


5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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)


5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5000

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