Class: Aws::Glue::Types::SourceProcessingProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#role_arnString

The IAM role to access the Glue connection.

Returns:

  • (String)


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