Class: Aws::Types::CopyJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def 
  @account_id
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def count
  @count
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


297
298
299
# File 'sig/types.rbs', line 297

def end_time
  @end_time
end

#message_category::String

Returns the value of attribute message_category.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def message_category
  @message_category
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def region
  @region
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def resource_type
  @resource_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


296
297
298
# File 'sig/types.rbs', line 296

def start_time
  @start_time
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

  • ("CREATED", "RUNNING", "ABORTING", "ABORTED", "COMPLETING", "COMPLETED", "FAILING", "FAILED", "PARTIAL", "AGGREGATE_ALL", "ANY")


292
293
294
# File 'sig/types.rbs', line 292

def state
  @state
end