Class: Aws::Types::JobDetailsEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#job_attachment_settingsTypes::JobDetailsJobAttachmentSettings

Returns the value of attribute job_attachment_settings.



1779
1780
1781
# File 'sig/types.rbs', line 1779

def job_attachment_settings
  @job_attachment_settings
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def job_id
  @job_id
end

#job_run_as_userTypes::JobRunAsUser

Returns the value of attribute job_run_as_user.

Returns:



1780
1781
1782
# File 'sig/types.rbs', line 1780

def job_run_as_user
  @job_run_as_user
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def log_group_name
  @log_group_name
end

#parameters::Hash[::String, Types::JobParameter]

Returns the value of attribute parameters.

Returns:



1783
1784
1785
# File 'sig/types.rbs', line 1783

def parameters
  @parameters
end

#path_mapping_rules::Array[Types::PathMappingRule]

Returns the value of attribute path_mapping_rules.

Returns:



1785
1786
1787
# File 'sig/types.rbs', line 1785

def path_mapping_rules
  @path_mapping_rules
end

#queue_role_arn::String

Returns the value of attribute queue_role_arn.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def queue_role_arn
  @queue_role_arn
end

#schema_version::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def schema_version
  @schema_version
end