AWSDynamoDBDescribeEndpointsResponse
Objective-C
@interface AWSDynamoDBDescribeEndpointsResponse
Swift
class AWSDynamoDBDescribeEndpointsResponse
-
List of endpoints.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBEndpoint *> *_Nullable endpoints;
Swift
var endpoints: [AWSDynamoDBEndpoint]? { get set }