Class: Aws::Types::GetJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_optionsTypes::JobActionOptions

Returns the value of attribute action_options.



688
689
690
# File 'sig/types.rbs', line 688

def action_options
  @action_options
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

#errorTypes::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_optionsTypes::JobInputOptions

Returns the value of attribute input_options.



693
694
695
# File 'sig/types.rbs', line 693

def input_options
  @input_options
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_optionsTypes::JobOutputOptions

Returns the value of attribute output_options.



697
698
699
# File 'sig/types.rbs', line 697

def output_options
  @output_options
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 tags
  @tags
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