Class: Aws::Types::GetJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetJobResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ "ValidateAddress"
Returns the value of attribute action.
687 688 689 |
# File 'sig/types.rbs', line 687 def action @action end |
#action_options ⇒ Types::JobActionOptions
Returns the value of attribute action_options.
688 689 690 |
# File 'sig/types.rbs', line 688 def end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
689 690 691 |
# File 'sig/types.rbs', line 689 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
690 691 692 |
# File 'sig/types.rbs', line 690 def ended_at @ended_at end |
#error ⇒ Types::JobError
Returns the value of attribute error.
691 692 693 |
# File 'sig/types.rbs', line 691 def error @error end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
692 693 694 |
# File 'sig/types.rbs', line 692 def execution_role_arn @execution_role_arn end |
#input_options ⇒ Types::JobInputOptions
Returns the value of attribute input_options.
693 694 695 |
# File 'sig/types.rbs', line 693 def end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
695 696 697 |
# File 'sig/types.rbs', line 695 def job_id @job_id end |
#name ⇒ ::String
Returns the value of attribute name.
696 697 698 |
# File 'sig/types.rbs', line 696 def name @name end |
#output_options ⇒ Types::JobOutputOptions
Returns the value of attribute output_options.
697 698 699 |
# File 'sig/types.rbs', line 697 def end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
698 699 700 |
# File 'sig/types.rbs', line 698 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
700 701 702 |
# File 'sig/types.rbs', line 700 def end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
699 700 701 |
# File 'sig/types.rbs', line 699 def updated_at @updated_at end |