Class: Aws::Honeycode::Types::ImportJobSubmitter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ImportJobSubmitter
- Includes:
- Structure
- Defined in:
- 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
-
#email ⇒ String
The email id of the submitter of the import job, if available.
-
#user_arn ⇒ String
The AWS user ARN of the submitter of the import job, if available.
Instance Attribute Details
#email ⇒ String
The email id of the submitter of the import job, if available.
839 840 841 842 843 844 |
# File 'lib/aws-sdk-honeycode/types.rb', line 839 class ImportJobSubmitter < Struct.new( :email, :user_arn) SENSITIVE = [:email] include Aws::Structure end |
#user_arn ⇒ String
The AWS user ARN of the submitter of the import job, if available.
839 840 841 842 843 844 |
# File 'lib/aws-sdk-honeycode/types.rb', line 839 class ImportJobSubmitter < Struct.new( :email, :user_arn) SENSITIVE = [:email] include Aws::Structure end |