Class: Aws::ElastiCache::Types::CustomerNodeEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CustomerNodeEndpoint
- 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
-
#address ⇒ String
The address of the node endpoint.
-
#port ⇒ Integer
The port of the node endpoint.
Instance Attribute Details
#address ⇒ String
The address of the node endpoint
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 |
#port ⇒ Integer
The port of the node endpoint
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 |