Class: Aws::Types::CreateJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_list ⇒ ::Array[Types::Artifact]
Returns the value of attribute artifact_list.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
-
#signature ⇒ ::String
Returns the value of attribute signature.
-
#signature_file_contents ⇒ ::String
Returns the value of attribute signature_file_contents.
-
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
Instance Attribute Details
#artifact_list ⇒ ::Array[Types::Artifact]
Returns the value of attribute artifact_list.
53 54 55 |
# File 'sig/types.rbs', line 53 def artifact_list @artifact_list end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def job_id @job_id end |
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
49 50 51 |
# File 'sig/types.rbs', line 49 def job_type @job_type end |
#signature ⇒ ::String
Returns the value of attribute signature.
50 51 52 |
# File 'sig/types.rbs', line 50 def signature @signature end |
#signature_file_contents ⇒ ::String
Returns the value of attribute signature_file_contents.
51 52 53 |
# File 'sig/types.rbs', line 51 def signature_file_contents @signature_file_contents end |
#warning_message ⇒ ::String
Returns the value of attribute warning_message.
52 53 54 |
# File 'sig/types.rbs', line 52 def end |