AWSDynamoDBDescribeContributorInsightsInput

Objective-C

@interface AWSDynamoDBDescribeContributorInsightsInput

Swift

class AWSDynamoDBDescribeContributorInsightsInput
  • The name of the global secondary index to describe, if applicable.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable indexName;

    Swift

    var indexName: String? { get set }
  • The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable tableName;

    Swift

    var tableName: String? { get set }