Class: Aws::Types::ListJobsResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsResponseEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ValidateAddress"
Returns the value of attribute action.
-
#action_options ⇒ Types::JobActionOptions
Returns the value of attribute action_options.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#error ⇒ Types::JobError
Returns the value of attribute error.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#input_options ⇒ Types::JobInputOptions
Returns the value of attribute input_options.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_options ⇒ Types::JobOutputOptions
Returns the value of attribute output_options.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ "ValidateAddress"
Returns the value of attribute action.
913 914 915 |
# File 'sig/types.rbs', line 913 def action @action end |
#action_options ⇒ Types::JobActionOptions
Returns the value of attribute action_options.
914 915 916 |
# File 'sig/types.rbs', line 914 def end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
915 916 917 |
# File 'sig/types.rbs', line 915 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
917 918 919 |
# File 'sig/types.rbs', line 917 def ended_at @ended_at end |
#error ⇒ Types::JobError
Returns the value of attribute error.
918 919 920 |
# File 'sig/types.rbs', line 918 def error @error end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
916 917 918 |
# File 'sig/types.rbs', line 916 def execution_role_arn @execution_role_arn end |
#input_options ⇒ Types::JobInputOptions
Returns the value of attribute input_options.
919 920 921 |
# File 'sig/types.rbs', line 919 def end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
921 922 923 |
# File 'sig/types.rbs', line 921 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
920 921 922 |
# File 'sig/types.rbs', line 920 def job_id @job_id end |
#name ⇒ ::String
Returns the value of attribute name.
922 923 924 |
# File 'sig/types.rbs', line 922 def name @name end |
#output_options ⇒ Types::JobOutputOptions
Returns the value of attribute output_options.
923 924 925 |
# File 'sig/types.rbs', line 923 def end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
924 925 926 |
# File 'sig/types.rbs', line 924 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
925 926 927 |
# File 'sig/types.rbs', line 925 def updated_at @updated_at end |