Class: Aws::ElastiCache::Types::CustomerNodeEndpoint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElastiCache::Types::CustomerNodeEndpoint
 
- 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
- 
  
    
      #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
| 3179 3180 3181 3182 3183 3184 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3179 class CustomerNodeEndpoint < Struct.new( :address, :port) SENSITIVE = [] include Aws::Structure end | 
#port ⇒ Integer
The port of the node endpoint
| 3179 3180 3181 3182 3183 3184 | # File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3179 class CustomerNodeEndpoint < Struct.new( :address, :port) SENSITIVE = [] include Aws::Structure end |