Method: Aws::Comprehend::Types::StartSentimentDetectionJobRequest#data_access_role_arn
- Defined in:
- lib/aws-sdk-comprehend/types.rb
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data. For more information, see [Role-based permissions].
7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7549 class StartSentimentDetectionJobRequest < Struct.new( :input_data_config, :output_data_config, :data_access_role_arn, :job_name, :language_code, :client_request_token, :volume_kms_key_id, :vpc_config, :tags) SENSITIVE = [] include Aws::Structure end |