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")


1243
1244
1245
# File 'sig/types.rbs', line 1243

def sync_status
  @sync_status
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def update_token
  @update_token
end