Class: Aws::VPCLattice::Types::CreateListenerResponse

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)


296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

class CreateListenerResponse < 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:



296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

class CreateListenerResponse < 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)


296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

class CreateListenerResponse < 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)


296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

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

#portInteger

The port number of the listener.

Returns:

  • (Integer)


296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

class CreateListenerResponse < 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)


296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

class CreateListenerResponse < 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)


296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

class CreateListenerResponse < 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)


296
297
298
299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 296

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