Class: Aws::Glue::Types::SourceProcessingProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SourceProcessingProperties
- Defined in:
- gems/aws-sdk-glue/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.
23327 23328 23329 23330 23331 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23327 class SourceProcessingProperties < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |