AWSDynamoDBTableClassSummary

Objective-C

@interface AWSDynamoDBTableClassSummary

Swift

class AWSDynamoDBTableClassSummary

Contains details of the table class.

  • The date and time at which the table class was last updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastUpdateDateTime;

    Swift

    var lastUpdateDateTime: Date? { get set }
  • The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.

    Declaration

    Objective-C

    @property (nonatomic) AWSDynamoDBTableClass tableClass;

    Swift

    var tableClass: AWSDynamoDBTableClass { get set }