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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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)


3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3174

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

#portInteger

The port of the node endpoint

Returns:

  • (Integer)


3174
3175
3176
3177
3178
3179
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3174

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