Class: Aws::Transfer::Types::CreateAccessResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Transfer::Types::CreateAccessResponse
 
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #external_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Transfer Family. 
- 
  
    
      #server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the server that the user is attached to. 
Instance Attribute Details
#external_id ⇒ String
The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Transfer Family.
| 468 469 470 471 472 473 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 468 class CreateAccessResponse < Struct.new( :server_id, :external_id) SENSITIVE = [] include Aws::Structure end | 
#server_id ⇒ String
The identifier of the server that the user is attached to.
| 468 469 470 471 472 473 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 468 class CreateAccessResponse < Struct.new( :server_id, :external_id) SENSITIVE = [] include Aws::Structure end |