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.
28488 28489 28490 28491 28492 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28488 class SourceProcessingProperties < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |