Class: Aws::ElastiCache::Types::CustomerNodeEndpoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

The endpoint from which data should be migrated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address of the node endpoint

Returns:

  • (String)


3177
3178
3179
3180
3181
3182
# File 'lib/aws-sdk-elasticache/types.rb', line 3177

class CustomerNodeEndpoint < Struct.new(
  :address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port of the node endpoint

Returns:

  • (Integer)


3177
3178
3179
3180
3181
3182
# File 'lib/aws-sdk-elasticache/types.rb', line 3177

class CustomerNodeEndpoint < Struct.new(
  :address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end