Class: Aws::Honeycode::Types::ImportJobSubmitter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

An object that contains the attributes of the submitter of the import job.

Constant Summary collapse

SENSITIVE =
[:email]

Instance Attribute Summary collapse

Instance Attribute Details

#emailString

The email id of the submitter of the import job, if available.

Returns:

  • (String)


839
840
841
842
843
844
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 839

class ImportJobSubmitter < Struct.new(
  :email,
  :user_arn)
  SENSITIVE = [:email]
  include Aws::Structure
end

#user_arnString

The AWS user ARN of the submitter of the import job, if available.

Returns:

  • (String)


839
840
841
842
843
844
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 839

class ImportJobSubmitter < Struct.new(
  :email,
  :user_arn)
  SENSITIVE = [:email]
  include Aws::Structure
end