Class: Aws::Types::PerObjectStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sync_status"PENDING", ...

Returns the value of attribute sync_status.

Returns:

  • ("PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED", "NOT_SUBSCRIBED", "DEPRECATED")


1265
1266
1267
# File 'sig/types.rbs', line 1265

def sync_status
  @sync_status
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def update_token
  @update_token
end