Class: Aws::Connect::Types::ReplicateInstanceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ReplicateInstanceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the replicated instance.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the replicated instance.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the replicated instance.
      18843 18844 18845 18846 18847 18848  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18843 class ReplicateInstanceResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the replicated instance. You can find the ‘instanceId` in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.
      18843 18844 18845 18846 18847 18848  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18843 class ReplicateInstanceResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end  |