Class: Aws::Glue::Types::SourceProcessingProperties
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SourceProcessingProperties
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The resource properties associated with the integration source.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IAM role to access the Glue connection. 
Instance Attribute Details
#role_arn ⇒ String
The IAM role to access the Glue connection.
| 23417 23418 23419 23420 23421 | # File 'lib/aws-sdk-glue/types.rb', line 23417 class SourceProcessingProperties < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |