Class: Aws::Types::InventoryDeletionStatusItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_id::String

Returns the value of attribute deletion_id.

Returns:

  • (::String)


2612
2613
2614
# File 'sig/types.rbs', line 2612

def deletion_id
  @deletion_id
end

#deletion_start_time::Time

Returns the value of attribute deletion_start_time.

Returns:

  • (::Time)


2614
2615
2616
# File 'sig/types.rbs', line 2614

def deletion_start_time
  @deletion_start_time
end

#deletion_summaryTypes::InventoryDeletionSummary

Returns the value of attribute deletion_summary.



2617
2618
2619
# File 'sig/types.rbs', line 2617

def deletion_summary
  @deletion_summary
end

#last_status"InProgress", "Complete"

Returns the value of attribute last_status.

Returns:

  • ("InProgress", "Complete")


2615
2616
2617
# File 'sig/types.rbs', line 2615

def last_status
  @last_status
end

#last_status_message::String

Returns the value of attribute last_status_message.

Returns:

  • (::String)


2616
2617
2618
# File 'sig/types.rbs', line 2616

def last_status_message
  @last_status_message
end

#last_status_update_time::Time

Returns the value of attribute last_status_update_time.

Returns:

  • (::Time)


2618
2619
2620
# File 'sig/types.rbs', line 2618

def last_status_update_time
  @last_status_update_time
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2613
2614
2615
# File 'sig/types.rbs', line 2613

def type_name
  @type_name
end