Class: Aws::Types::DescribeJobTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_configTypes::AbortConfig

Returns the value of attribute abort_config.

Returns:



1883
1884
1885
# File 'sig/types.rbs', line 1883

def abort_config
  @abort_config
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1880
1881
1882
# File 'sig/types.rbs', line 1880

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1877
1878
1879
# File 'sig/types.rbs', line 1877

def description
  @description
end

#destination_package_versions::Array[::String]

Returns the value of attribute destination_package_versions.

Returns:

  • (::Array[::String])


1887
1888
1889
# File 'sig/types.rbs', line 1887

def destination_package_versions
  @destination_package_versions
end

#document::String

Returns the value of attribute document.

Returns:

  • (::String)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def document
  @document
end

#document_source::String

Returns the value of attribute document_source.

Returns:

  • (::String)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def document_source
  @document_source
end

#job_executions_retry_configTypes::JobExecutionsRetryConfig

Returns the value of attribute job_executions_retry_config.



1885
1886
1887
# File 'sig/types.rbs', line 1885

def job_executions_retry_config
  @job_executions_retry_config
end

#job_executions_rollout_configTypes::JobExecutionsRolloutConfig

Returns the value of attribute job_executions_rollout_config.



1882
1883
1884
# File 'sig/types.rbs', line 1882

def job_executions_rollout_config
  @job_executions_rollout_config
end

#job_template_arn::String

Returns the value of attribute job_template_arn.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def job_template_arn
  @job_template_arn
end

#job_template_id::String

Returns the value of attribute job_template_id.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def job_template_id
  @job_template_id
end

#maintenance_windows::Array[Types::MaintenanceWindow]

Returns the value of attribute maintenance_windows.

Returns:



1886
1887
1888
# File 'sig/types.rbs', line 1886

def maintenance_windows
  @maintenance_windows
end

#presigned_url_configTypes::PresignedUrlConfig

Returns the value of attribute presigned_url_config.



1881
1882
1883
# File 'sig/types.rbs', line 1881

def presigned_url_config
  @presigned_url_config
end

#timeout_configTypes::TimeoutConfig

Returns the value of attribute timeout_config.



1884
1885
1886
# File 'sig/types.rbs', line 1884

def timeout_config
  @timeout_config
end