AWSDynamoDBDescribeTableInput
Objective-C
@interface AWSDynamoDBDescribeTableInputSwift
class AWSDynamoDBDescribeTableInputRepresents the input of a DescribeTable operation.
Required parameters: [TableName]
- 
                  
                  The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable tableName;Swift var tableName: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSDynamoDBDescribeTableInput Class Reference
        AWSDynamoDBDescribeTableInput Class Reference