Class: Aws::Types::ListJobsByConsumableResourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_propertiesTypes::ConsumableResourceProperties

Returns the value of attribute consumable_resource_properties.



1118
1119
1120
# File 'sig/types.rbs', line 1118

def consumable_resource_properties
  @consumable_resource_properties
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def created_at
  @created_at
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def job_arn
  @job_arn
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def job_definition_arn
  @job_definition_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def job_name
  @job_name
end

#job_queue_arn::String

Returns the value of attribute job_queue_arn.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def job_queue_arn
  @job_queue_arn
end

#job_status::String

Returns the value of attribute job_status.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def job_status
  @job_status
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def quantity
  @quantity
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def started_at
  @started_at
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def status_reason
  @status_reason
end