Method: Aws::Omics::Types::ImportReadSetJobItem#role_arn
- Defined in:
- lib/aws-sdk-omics/types.rb
#role_arn ⇒ String
The job’s service role ARN.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 |
# File 'lib/aws-sdk-omics/types.rb', line 4359 class ImportReadSetJobItem < Struct.new( :id, :sequence_store_id, :role_arn, :status, :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |